Html Css Color HEX #BBE170 Sulu

📋 copy color: '#BBE170'

red 187 ◦ green 225 ◦ blue 112

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

Shades of Sulu #BBE170

Tints of Sulu #BBE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

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

R = 35.69%
G = 42.94%
B = 21.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BBE170 (or 0xBBE170) is known color: Sulu. HEX triplet: BB, E1 and 70. RGB value is (187,225,112). Sum of RGB (Red+Green+Blue) = 187+225+112=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE170 is #441E8F. Grayscale: #C9C9C9. Windows color (decimal): -4464272 or 7397819. OLE color: 7397819.

HSL color Cylindrical-coordinate representation of color #BBE170: hue angle of 80.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE170 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 112 -
CMYK 0.17 0 0.50 0.12
HSL 80.18º 0.65% 0.66% -
HSV(B) 80.18º 0.5% 0.88% -
XYZ 50.34 65.59 25.34 -
YUV 200.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 187 225 112 0.17 0 0.50 0.12 80.18 0.65 0.66
Hex BB E1 70 11 0 32 C 50 41 42
Octal 273 341 160 21 0 62 14 120 101 102
Binary 10111011 11100001 1110000 10001 0 110010 1100 1010000 1000001 1000010

Color Harmonies of #BBE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE170

Black with #BBE170

Text Example


Text Example

White with #BBE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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