Html Css Color HEX #BBE96A Sulu

📋 copy color: '#BBE96A'

red 187 ◦ green 233 ◦ blue 106

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

Shades of Sulu #BBE96A

Tints of Sulu #BBE96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 35.55%
G = 44.3%
B = 20.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#BBE96A (or 0xBBE96A) is known color: Sulu. HEX triplet: BB, E9 and 6A. RGB value is (187,233,106). Sum of RGB (Red+Green+Blue) = 187+233+106=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE96A is #441695. Grayscale: #CDCDCD. Windows color (decimal): -4462230 or 7006651. OLE color: 7006651.

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

Color convert

RGB 187 233 106 -
CMYK 0.20 0 0.55 0.09
HSL 81.73º 0.74% 0.66% -
HSV(B) 81.73º 0.55% 0.91% -
XYZ 52.23 69.88 24.37 -
YUV 204.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 187 233 106 0.20 0 0.55 0.09 81.73 0.74 0.66
Hex BB E9 6A 14 0 37 9 52 4A 42
Octal 273 351 152 24 0 67 11 122 112 102
Binary 10111011 11101001 1101010 10100 0 110111 1001 1010010 1001010 1000010

Color Harmonies of #BBE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE96A

Black with #BBE96A

Text Example


Text Example

White with #BBE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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