#bbdb70

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

Shades of Sulu #BBDB70

Tints of Sulu #BBDB70

Color information

#BBDB70 (or 0xBBDB70) is unknown color: approx Sulu. HEX triplet: BB, DB and 70. RGB value is (187,219,112). Sum of RGB (Red+Green+Blue) = 187+219+112=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB70 is #44248F. Grayscale: #C5C5C5. Windows color (decimal): -4465808 or 7396283. OLE color: 7396283.

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

Color convert

RGB187219112-
CMYK0.1500.490.14
HSL77.94º59.78%64.9%-
HSV(B)77.94º48.86%85.88%-
XYZ48.7562.424.8-
YUV197.2379.9120.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 112 (44.14% from 255) = 21.62%
R=36.10%
G=42.28%
B=21.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191120.1500.490.1477.9459.7864.9
HexBBDB70F031E4e3c41
Octal273333160170611611674101
Binary1011101111011011111000011110110001111010011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbdb70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbdb70; }

 p { color: rgb(187,219,112); }

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

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

 a { background-color: rgb(187,219,112); }

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

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

 span { border-color: rgb(187,219,112); }

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