Html Css Color HEX #B9E385 Sulu

📋 copy color: '#B9E385'

red 185 ◦ green 227 ◦ blue 133

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

Shades of Sulu #B9E385

Tints of Sulu #B9E385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

 BLUE value IS 133 (52.34% from 255) = 24.4%

R = 33.94%
G = 41.65%
B = 24.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#B9E385 (or 0xB9E385) is known color: Sulu. HEX triplet: B9, E3 and 85. RGB value is (185,227,133). Sum of RGB (Red+Green+Blue) = 185+227+133=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E385 is #461C7A. Grayscale: #CCCCCC. Windows color (decimal): -4594811 or 8774585. OLE color: 8774585.

HSL color Cylindrical-coordinate representation of color #B9E385: hue angle of 86.81º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9E385 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 133 -
CMYK 0.19 0 0.41 0.11
HSL 86.81º 0.63% 0.71% -
HSV(B) 86.81º 0.41% 0.89% -
XYZ 51.71 66.95 32.39 -
YUV 203.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 185 227 133 0.19 0 0.41 0.11 86.81 0.63 0.71
Hex B9 E3 85 13 0 29 B 57 3F 47
Octal 271 343 205 23 0 51 13 127 77 107
Binary 10111001 11100011 10000101 10011 0 101001 1011 1010111 111111 1000111

Color Harmonies of #B9E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E385

Black with #B9E385

Text Example


Text Example

White with #B9E385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E385; }

 p { color: rgb(185,227,133); }

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

background-color css

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

 a { background-color: rgb(185,227,133); }

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

border-color css

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

 span { border-color: rgb(185,227,133); }

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