Html Css Color HEX #BBD970 Sulu

📋 copy color: '#BBD970'

red 187 ◦ green 217 ◦ blue 112

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

Shades of Sulu #BBD970

Tints of Sulu #BBD970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 36.24%
G = 42.05%
B = 21.71%

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

#BBD970 (or 0xBBD970) is known color: Sulu. HEX triplet: BB, D9 and 70. RGB value is (187,217,112). Sum of RGB (Red+Green+Blue) = 187+217+112=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD970 is #44268F. Grayscale: #C4C4C4. Windows color (decimal): -4466320 or 7395771. OLE color: 7395771.

HSL color Cylindrical-coordinate representation of color #BBD970: hue angle of 77.14º 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 #BBD970 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 112 -
CMYK 0.14 0 0.48 0.15
HSL 77.14º 0.58% 0.65% -
HSV(B) 77.14º 0.48% 0.85% -
XYZ 48.23 61.36 24.63 -
YUV 196.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 187 217 112 0.14 0 0.48 0.15 77.14 0.58 0.65
Hex BB D9 70 E 0 30 F 4D 3A 41
Octal 273 331 160 16 0 60 17 115 72 101
Binary 10111011 11011001 1110000 1110 0 110000 1111 1001101 111010 1000001

Color Harmonies of #BBD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD970

Black with #BBD970

Text Example


Text Example

White with #BBD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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