Html Css Color HEX #B9E96A Sulu

📋 copy color: '#B9E96A'

red 185 ◦ green 233 ◦ blue 106

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

Shades of Sulu #B9E96A

Tints of Sulu #B9E96A

RGB

 RED value IS 185 (72.66% from 255) = 35.31%

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

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

R = 35.31%
G = 44.47%
B = 20.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#B9E96A (or 0xB9E96A) is known color: Sulu. HEX triplet: B9, E9 and 6A. RGB value is (185,233,106). Sum of RGB (Red+Green+Blue) = 185+233+106=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E96A is #461695. Grayscale: #CCCCCC. Windows color (decimal): -4593302 or 7006649. OLE color: 7006649.

HSL color Cylindrical-coordinate representation of color #B9E96A: hue angle of 82.68º 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 #B9E96A is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 233 106 -
CMYK 0.21 0 0.55 0.09
HSL 82.68º 0.74% 0.66% -
HSV(B) 82.68º 0.55% 0.91% -
XYZ 51.75 69.63 24.35 -
YUV 204.17 72.6 114.33 -
System Red Green Blue C M Y K H S L
Decimal 185 233 106 0.21 0 0.55 0.09 82.68 0.74 0.66
Hex B9 E9 6A 15 0 37 9 53 4A 42
Octal 271 351 152 25 0 67 11 123 112 102
Binary 10111001 11101001 1101010 10101 0 110111 1001 1010011 1001010 1000010

Color Harmonies of #B9E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E96A

Black with #B9E96A

Text Example


Text Example

White with #B9E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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