Html Css Color HEX #BBDA72 Sulu

📋 copy color: '#BBDA72'

red 187 ◦ green 218 ◦ blue 114

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

Shades of Sulu #BBDA72

Tints of Sulu #BBDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

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

R = 36.03%
G = 42%
B = 21.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BBDA72 (or 0xBBDA72) is known color: Sulu. HEX triplet: BB, DA and 72. RGB value is (187,218,114). Sum of RGB (Red+Green+Blue) = 187+218+114=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA72 is #44258D. Grayscale: #C5C5C5. Windows color (decimal): -4466062 or 7527099. OLE color: 7527099.

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

Color convert

RGB 187 218 114 -
CMYK 0.14 0 0.48 0.15
HSL 77.88º 0.58% 0.65% -
HSV(B) 77.88º 0.48% 0.85% -
XYZ 48.6 61.92 25.31 -
YUV 196.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 187 218 114 0.14 0 0.48 0.15 77.88 0.58 0.65
Hex BB DA 72 E 0 30 F 4E 3A 41
Octal 273 332 162 16 0 60 17 116 72 101
Binary 10111011 11011010 1110010 1110 0 110000 1111 1001110 111010 1000001

Color Harmonies of #BBDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA72

Black with #BBDA72

Text Example


Text Example

White with #BBDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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