#bccf3b

Color #BCCF3B Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BCCF3B

Tints of Las Palmas #BCCF3B

Color information

#BCCF3B (or 0xBCCF3B) is unknown color: approx Las Palmas. HEX triplet: BC, CF and 3B. RGB value is (188,207,59). Sum of RGB (Red+Green+Blue) = 188+207+59=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF3B is #4330C4. Grayscale: #B9B9B9. Windows color (decimal): -4403397 or 3919804. OLE color: 3919804.

HSL color Cylindrical-coordinate representation of color #BCCF3B: hue angle of 67.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCF3B is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB18820759-
CMYK0.0900.710.19
HSL67.7º60.66%52.16%-
HSV(B)67.7º71.5%81.18%-
XYZ43.8455.6312.57-
YUV184.4557.21130.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 59 (23.44% from 255) = 13.00%
R=41.41%
G=45.59%
B=13.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188207590.0900.710.1967.760.6652.16
HexBCCF3B904713443d34
Octal27431773110107231047564
Binary1011110011001111111011100101000111100111000100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bccf3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bccf3b; }

 p { color: rgb(188,207,59); }

 H1.HeaderClassName
 {
   color: #bccf3b;
 }
 .AnyTagClassName
 {
   color: #bccf3b;
 }
</style>
background-color css

<style>
 a { background-color: #bccf3b; }

 a { background-color: rgb(188,207,59); }

 div.DivClassName
 {
   background-color: #bccf3b;
 }
 .BgClassName
 {
   background-color: #bccf3b;
 }
</style>
border-color css

<style>
 span { border-color: #bccf3b; }

 span { border-color: rgb(188,207,59); }

 td.TdClassName
 {
   border-color: #bccf3b;
 }
 .TagClassName
 {
   border-color: #bccf3b;
 }
</style>