Html Css Color HEX #BBE970 Sulu

📋 copy color: '#BBE970'

red 187 ◦ green 233 ◦ blue 112

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

Shades of Sulu #BBE970

Tints of Sulu #BBE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.8%

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

R = 35.15%
G = 43.8%
B = 21.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BBE970 (or 0xBBE970) is known color: Sulu. HEX triplet: BB, E9 and 70. RGB value is (187,233,112). Sum of RGB (Red+Green+Blue) = 187+233+112=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE970 is #44168F. Grayscale: #CDCDCD. Windows color (decimal): -4462224 or 7399867. OLE color: 7399867.

HSL color Cylindrical-coordinate representation of color #BBE970: hue angle of 82.81º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBE970 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 112 -
CMYK 0.20 0 0.52 0.09
HSL 82.81º 0.73% 0.68% -
HSV(B) 82.81º 0.52% 0.91% -
XYZ 52.56 70.01 26.07 -
YUV 205.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 187 233 112 0.20 0 0.52 0.09 82.81 0.73 0.68
Hex BB E9 70 14 0 34 9 53 49 44
Octal 273 351 160 24 0 64 11 123 111 104
Binary 10111011 11101001 1110000 10100 0 110100 1001 1010011 1001001 1000100

Color Harmonies of #BBE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE970

Black with #BBE970

Text Example


Text Example

White with #BBE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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