Html Css Color HEX #BBE472 Sulu

📋 copy color: '#BBE472'

red 187 ◦ green 228 ◦ blue 114

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

Shades of Sulu #BBE472

Tints of Sulu #BBE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 35.35%
G = 43.1%
B = 21.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BBE472 (or 0xBBE472) is known color: Sulu. HEX triplet: BB, E4 and 72. RGB value is (187,228,114). Sum of RGB (Red+Green+Blue) = 187+228+114=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE472 is #441B8D. Grayscale: #CBCBCB. Windows color (decimal): -4463502 or 7529659. OLE color: 7529659.

HSL color Cylindrical-coordinate representation of color #BBE472: hue angle of 81.58º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE472 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 114 -
CMYK 0.18 0 0.50 0.11
HSL 81.58º 0.68% 0.67% -
HSV(B) 81.58º 0.5% 0.89% -
XYZ 51.27 67.27 26.2 -
YUV 202.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 187 228 114 0.18 0 0.50 0.11 81.58 0.68 0.67
Hex BB E4 72 12 0 32 B 52 44 43
Octal 273 344 162 22 0 62 13 122 104 103
Binary 10111011 11100100 1110010 10010 0 110010 1011 1010010 1000100 1000011

Color Harmonies of #BBE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE472

Black with #BBE472

Text Example


Text Example

White with #BBE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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