#BBEA3B

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

Shades of Las Palmas #BBEA3B

Tints of Las Palmas #BBEA3B

Color information

#BBEA3B (or 0xBBEA3B) is unknown color: approx Las Palmas. HEX triplet: BB, EA and 3B. RGB value is (187,234,59). Sum of RGB (Red+Green+Blue) = 187+234+59=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA3B is #4415C4. Grayscale: #C8C8C8. Windows color (decimal): -4462021 or 3926715. OLE color: 3926715.

HSL color Cylindrical-coordinate representation of color #BBEA3B: hue angle of 76.11º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBEA3B is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB18723459-
CMYK0.2000.750.08
HSL76.11º80.65%57.45%-
HSV(B)76.11º74.79%91.76%-
XYZ50.7169.7314.92-
YUV20048.43118.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 234 (91.80% from 255) = 48.75%
BLUE value IS 59 (23.44% from 255) = 12.29%
R=38.96%
G=48.75%
B=12.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187234590.2000.750.0876.1180.6557.45
HexBBEA3B1404B84c5139
Octal273352732401131011412171
Binary10111011111010101110111010001001011100010011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA3B; }

 p { color: rgb(187,234,59); }

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

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

 a { background-color: rgb(187,234,59); }

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

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

 span { border-color: rgb(187,234,59); }

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