Html Css Color HEX #B9E080 Sulu

📋 copy color: '#B9E080'

red 185 ◦ green 224 ◦ blue 128

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

Shades of Sulu #B9E080

Tints of Sulu #B9E080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

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

R = 34.45%
G = 41.71%
B = 23.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#B9E080 (or 0xB9E080) is known color: Sulu. HEX triplet: B9, E0 and 80. RGB value is (185,224,128). Sum of RGB (Red+Green+Blue) = 185+224+128=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E080 is #461F7F. Grayscale: #C9C9C9. Windows color (decimal): -4595584 or 8446137. OLE color: 8446137.

HSL color Cylindrical-coordinate representation of color #B9E080: hue angle of 84.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9E080 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 128 -
CMYK 0.17 0 0.43 0.12
HSL 84.38º 0.61% 0.69% -
HSV(B) 84.38º 0.43% 0.88% -
XYZ 50.56 65.18 30.34 -
YUV 201.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 185 224 128 0.17 0 0.43 0.12 84.38 0.61 0.69
Hex B9 E0 80 11 0 2B C 54 3D 45
Octal 271 340 200 21 0 53 14 124 75 105
Binary 10111001 11100000 10000000 10001 0 101011 1100 1010100 111101 1000101

Color Harmonies of #B9E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E080

Black with #B9E080

Text Example


Text Example

White with #B9E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E080; }

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

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

background-color css

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

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

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

border-color css

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

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

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