#BBDC3C

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

Shades of Las Palmas #BBDC3C

Tints of Las Palmas #BBDC3C

Color information

#BBDC3C (or 0xBBDC3C) is unknown color: approx Las Palmas. HEX triplet: BB, DC and 3C. RGB value is (187,220,60). Sum of RGB (Red+Green+Blue) = 187+220+60=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC3C is #4423C3. Grayscale: #C0C0C0. Windows color (decimal): -4465604 or 3988667. OLE color: 3988667.

HSL color Cylindrical-coordinate representation of color #BBDC3C: hue angle of 72.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBDC3C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB18722060-
CMYK0.1500.730.14
HSL72.38º69.57%54.9%-
HSV(B)72.38º72.73%86.27%-
XYZ46.962.0813.79-
YUV191.8953.57124.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 60 (23.83% from 255) = 12.85%
R=40.04%
G=47.11%
B=12.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187220600.1500.730.1472.3869.5754.9
HexBBDC3CF049E484637
Octal273334741701111611010667
Binary1011101111011100111100111101001001111010010001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC3C; }

 p { color: rgb(187,220,60); }

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

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

 a { background-color: rgb(187,220,60); }

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

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

 span { border-color: rgb(187,220,60); }

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