Html Css Color HEX #B9E380 Sulu

📋 copy color: '#B9E380'

red 185 ◦ green 227 ◦ blue 128

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

Shades of Sulu #B9E380

Tints of Sulu #B9E380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.7%

R = 34.26%
G = 42.04%
B = 23.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#B9E380 (or 0xB9E380) is known color: Sulu. HEX triplet: B9, E3 and 80. RGB value is (185,227,128). Sum of RGB (Red+Green+Blue) = 185+227+128=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E380 is #461C7F. Grayscale: #CBCBCB. Windows color (decimal): -4594816 or 8446905. OLE color: 8446905.

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

Color convert

RGB 185 227 128 -
CMYK 0.19 0 0.44 0.11
HSL 85.45º 0.64% 0.7% -
HSV(B) 85.45º 0.44% 0.89% -
XYZ 51.37 66.81 30.61 -
YUV 203.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 185 227 128 0.19 0 0.44 0.11 85.45 0.64 0.7
Hex B9 E3 80 13 0 2C B 55 40 46
Octal 271 343 200 23 0 54 13 125 100 106
Binary 10111001 11100011 10000000 10011 0 101100 1011 1010101 1000000 1000110

Color Harmonies of #B9E380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E380

Black with #B9E380

Text Example


Text Example

White with #B9E380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E380; }

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

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

background-color css

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

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

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

border-color css

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

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

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