Html Css Color HEX #BBE972 Sulu

📋 copy color: '#BBE972'

red 187 ◦ green 233 ◦ blue 114

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

Shades of Sulu #BBE972

Tints of Sulu #BBE972

RGB

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

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

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

R = 35.02%
G = 43.63%
B = 21.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#BBE972 (or 0xBBE972) is known color: Sulu. HEX triplet: BB, E9 and 72. RGB value is (187,233,114). Sum of RGB (Red+Green+Blue) = 187+233+114=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE972 is #44168D. Grayscale: #CECECE. Windows color (decimal): -4462222 or 7530939. OLE color: 7530939.

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

Color convert

RGB 187 233 114 -
CMYK 0.20 0 0.51 0.09
HSL 83.19º 0.73% 0.68% -
HSV(B) 83.19º 0.51% 0.91% -
XYZ 52.67 70.06 26.67 -
YUV 205.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 187 233 114 0.20 0 0.51 0.09 83.19 0.73 0.68
Hex BB E9 72 14 0 33 9 53 49 44
Octal 273 351 162 24 0 63 11 123 111 104
Binary 10111011 11101001 1110010 10100 0 110011 1001 1010011 1001001 1000100

Color Harmonies of #BBE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE972

Black with #BBE972

Text Example


Text Example

White with #BBE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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