#bbe042

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

Shades of Las Palmas #BBE042

Tints of Las Palmas #BBE042

Color information

#BBE042 (or 0xBBE042) is unknown color: approx Las Palmas. HEX triplet: BB, E0 and 42. RGB value is (187,224,66). Sum of RGB (Red+Green+Blue) = 187+224+66=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE042 is #441FBD. Grayscale: #C3C3C3. Windows color (decimal): -4464574 or 4382907. OLE color: 4382907.

HSL color Cylindrical-coordinate representation of color #BBE042: hue angle of 74.05º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBE042 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB18722466-
CMYK0.1700.710.12
HSL74.05º71.82%56.86%-
HSV(B)74.05º70.54%87.84%-
XYZ48.1364.2715.02-
YUV194.9255.24122.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 66 (26.17% from 255) = 13.84%
R=39.20%
G=46.96%
B=13.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187224660.1700.710.1274.0571.8256.86
HexBBE04211047C4a4839
Octal2733401022101071411211071
Binary101110111110000010000101000101000111110010010101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbe042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbe042; }

 p { color: rgb(187,224,66); }

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

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

 a { background-color: rgb(187,224,66); }

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

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

 span { border-color: rgb(187,224,66); }

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