Html Css Color HEX #BBE070 Sulu

📋 copy color: '#BBE070'

red 187 ◦ green 224 ◦ blue 112

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

Shades of Sulu #BBE070

Tints of Sulu #BBE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 35.76%
G = 42.83%
B = 21.41%

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

#BBE070 (or 0xBBE070) is known color: Sulu. HEX triplet: BB, E0 and 70. RGB value is (187,224,112). Sum of RGB (Red+Green+Blue) = 187+224+112=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE070 is #441F8F. Grayscale: #C8C8C8. Windows color (decimal): -4464528 or 7397563. OLE color: 7397563.

HSL color Cylindrical-coordinate representation of color #BBE070: hue angle of 79.82º degrees, saturation: 0.64, 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 #BBE070 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 112 -
CMYK 0.17 0 0.50 0.12
HSL 79.82º 0.64% 0.66% -
HSV(B) 79.82º 0.5% 0.88% -
XYZ 50.07 65.05 25.25 -
YUV 200.17 78.24 118.61 -
System Red Green Blue C M Y K H S L
Decimal 187 224 112 0.17 0 0.50 0.12 79.82 0.64 0.66
Hex BB E0 70 11 0 32 C 50 40 42
Octal 273 340 160 21 0 62 14 120 100 102
Binary 10111011 11100000 1110000 10001 0 110010 1100 1010000 1000000 1000010

Color Harmonies of #BBE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE070

Black with #BBE070

Text Example


Text Example

White with #BBE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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