Html Css Color HEX #BBD978 Sulu

📋 copy color: '#BBD978'

red 187 ◦ green 217 ◦ blue 120

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

Shades of Sulu #BBD978

Tints of Sulu #BBD978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.9%

R = 35.69%
G = 41.41%
B = 22.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BBD978 (or 0xBBD978) is known color: Sulu. HEX triplet: BB, D9 and 78. RGB value is (187,217,120). Sum of RGB (Red+Green+Blue) = 187+217+120=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD978 is #442687. Grayscale: #C5C5C5. Windows color (decimal): -4466312 or 7920059. OLE color: 7920059.

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

Color convert

RGB 187 217 120 -
CMYK 0.14 0 0.45 0.15
HSL 78.56º 0.56% 0.66% -
HSV(B) 78.56º 0.45% 0.85% -
XYZ 48.7 61.55 27.08 -
YUV 196.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 187 217 120 0.14 0 0.45 0.15 78.56 0.56 0.66
Hex BB D9 78 E 0 2D F 4F 38 42
Octal 273 331 170 16 0 55 17 117 70 102
Binary 10111011 11011001 1111000 1110 0 101101 1111 1001111 111000 1000010

Color Harmonies of #BBD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD978

Black with #BBD978

Text Example


Text Example

White with #BBD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD978; }

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

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

background-color css

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

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

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

border-color css

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

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

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