Html Css Color HEX #BBDB72 Sulu

📋 copy color: '#BBDB72'

red 187 ◦ green 219 ◦ blue 114

#BBDB72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BBDB72

Tints of Sulu #BBDB72

RGB

 RED value IS 187 (73.44% from 255) = 35.96%

 GREEN value IS 219 (85.94% from 255) = 42.12%

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 35.96%
G = 42.12%
B = 21.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BBDB72 (or 0xBBDB72) is known color: Sulu. HEX triplet: BB, DB and 72. RGB value is (187,219,114). Sum of RGB (Red+Green+Blue) = 187+219+114=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB72 is #44248D. Grayscale: #C5C5C5. Windows color (decimal): -4465806 or 7527355. OLE color: 7527355.

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

Color convert

RGB 187 219 114 -
CMYK 0.15 0 0.48 0.14
HSL 78.29º 0.59% 0.65% -
HSV(B) 78.29º 0.48% 0.86% -
XYZ 48.86 62.44 25.4 -
YUV 197.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 187 219 114 0.15 0 0.48 0.14 78.29 0.59 0.65
Hex BB DB 72 F 0 30 E 4E 3B 41
Octal 273 333 162 17 0 60 16 116 73 101
Binary 10111011 11011011 1110010 1111 0 110000 1110 1001110 111011 1000001

Color Harmonies of #BBDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB72

Black with #BBDB72

Text Example


Text Example

White with #BBDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB72; }

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

 H1.HeaderClassName
 {
   color: #BBDB72;
 }
 .AnyTagClassName
 {
   color: #BBDB72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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