Html Css Color HEX #B9DC80 Sulu

📋 copy color: '#B9DC80'

red 185 ◦ green 220 ◦ blue 128

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

Shades of Sulu #B9DC80

Tints of Sulu #B9DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

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

R = 34.71%
G = 41.28%
B = 24.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B9DC80 (or 0xB9DC80) is known color: Sulu. HEX triplet: B9, DC and 80. RGB value is (185,220,128). Sum of RGB (Red+Green+Blue) = 185+220+128=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC80 is #46237F. Grayscale: #C7C7C7. Windows color (decimal): -4596608 or 8445113. OLE color: 8445113.

HSL color Cylindrical-coordinate representation of color #B9DC80: hue angle of 82.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9DC80 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 128 -
CMYK 0.16 0 0.42 0.14
HSL 82.83º 0.57% 0.68% -
HSV(B) 82.83º 0.42% 0.86% -
XYZ 49.5 63.06 29.98 -
YUV 199.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 185 220 128 0.16 0 0.42 0.14 82.83 0.57 0.68
Hex B9 DC 80 10 0 2A E 53 39 44
Octal 271 334 200 20 0 52 16 123 71 104
Binary 10111001 11011100 10000000 10000 0 101010 1110 1010011 111001 1000100

Color Harmonies of #B9DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC80

Black with #B9DC80

Text Example


Text Example

White with #B9DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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