Html Css Color HEX #BBE072 Sulu

📋 copy color: '#BBE072'

red 187 ◦ green 224 ◦ blue 114

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

Shades of Sulu #BBE072

Tints of Sulu #BBE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 35.62%
G = 42.67%
B = 21.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BBE072 (or 0xBBE072) is known color: Sulu. HEX triplet: BB, E0 and 72. RGB value is (187,224,114). Sum of RGB (Red+Green+Blue) = 187+224+114=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE072 is #441F8D. Grayscale: #C8C8C8. Windows color (decimal): -4464526 or 7528635. OLE color: 7528635.

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

Color convert

RGB 187 224 114 -
CMYK 0.17 0 0.49 0.12
HSL 80.18º 0.64% 0.66% -
HSV(B) 80.18º 0.49% 0.88% -
XYZ 50.19 65.09 25.84 -
YUV 200.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 187 224 114 0.17 0 0.49 0.12 80.18 0.64 0.66
Hex BB E0 72 11 0 31 C 50 40 42
Octal 273 340 162 21 0 61 14 120 100 102
Binary 10111011 11100000 1110010 10001 0 110001 1100 1010000 1000000 1000010

Color Harmonies of #BBE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE072

Black with #BBE072

Text Example


Text Example

White with #BBE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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