Html Css Color HEX #BBD976 Sulu

📋 copy color: '#BBD976'

red 187 ◦ green 217 ◦ blue 118

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

Shades of Sulu #BBD976

Tints of Sulu #BBD976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 35.82%
G = 41.57%
B = 22.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BBD976 (or 0xBBD976) is known color: Sulu. HEX triplet: BB, D9 and 76. RGB value is (187,217,118). Sum of RGB (Red+Green+Blue) = 187+217+118=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD976 is #442689. Grayscale: #C5C5C5. Windows color (decimal): -4466314 or 7788987. OLE color: 7788987.

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

Color convert

RGB 187 217 118 -
CMYK 0.14 0 0.46 0.15
HSL 78.18º 0.57% 0.66% -
HSV(B) 78.18º 0.46% 0.85% -
XYZ 48.58 61.5 26.45 -
YUV 196.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 187 217 118 0.14 0 0.46 0.15 78.18 0.57 0.66
Hex BB D9 76 E 0 2E F 4E 39 42
Octal 273 331 166 16 0 56 17 116 71 102
Binary 10111011 11011001 1110110 1110 0 101110 1111 1001110 111001 1000010

Color Harmonies of #BBD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD976

Black with #BBD976

Text Example


Text Example

White with #BBD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD976; }

 p { color: rgb(187,217,118); }

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

background-color css

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

 a { background-color: rgb(187,217,118); }

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

border-color css

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

 span { border-color: rgb(187,217,118); }

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