#BBDA44

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

Shades of Las Palmas #BBDA44

Tints of Las Palmas #BBDA44

Color information

#BBDA44 (or 0xBBDA44) is unknown color: approx Las Palmas. HEX triplet: BB, DA and 44. RGB value is (187,218,68). Sum of RGB (Red+Green+Blue) = 187+218+68=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA44 is #4425BB. Grayscale: #C0C0C0. Windows color (decimal): -4466108 or 4512443. OLE color: 4512443.

HSL color Cylindrical-coordinate representation of color #BBDA44: hue angle of 72.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDA44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB18721868-
CMYK0.1400.690.15
HSL72.4º66.96%56.08%-
HSV(B)72.4º68.81%85.49%-
XYZ46.6161.1214.81-
YUV191.6358.23124.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 68 (26.95% from 255) = 14.38%
R=39.53%
G=46.09%
B=14.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187218680.1400.690.1572.466.9656.08
HexBBDA44E045F484338
Octal2733321041601051711010370
Binary10111011110110101000100111001000101111110010001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA44; }

 p { color: rgb(187,218,68); }

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

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

 a { background-color: rgb(187,218,68); }

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

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

 span { border-color: rgb(187,218,68); }

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