Html Css Color HEX #B8D980 Sulu

📋 copy color: '#B8D980'

red 184 ◦ green 217 ◦ blue 128

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

Shades of Sulu #B8D980

Tints of Sulu #B8D980

RGB

 RED value IS 184 (72.27% from 255) = 34.78%

 GREEN value IS 217 (85.16% from 255) = 41.02%

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

R = 34.78%
G = 41.02%
B = 24.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B8D980 (or 0xB8D980) is known color: Sulu. HEX triplet: B8, D9 and 80. RGB value is (184,217,128). Sum of RGB (Red+Green+Blue) = 184+217+128=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D980 is #47267F. Grayscale: #C5C5C5. Windows color (decimal): -4662912 or 8444344. OLE color: 8444344.

HSL color Cylindrical-coordinate representation of color #B8D980: hue angle of 82.25º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8D980 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 217 128 -
CMYK 0.15 0 0.41 0.15
HSL 82.25º 0.54% 0.68% -
HSV(B) 82.25º 0.41% 0.85% -
XYZ 48.48 61.37 29.71 -
YUV 196.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 184 217 128 0.15 0 0.41 0.15 82.25 0.54 0.68
Hex B8 D9 80 F 0 29 F 52 36 44
Octal 270 331 200 17 0 51 17 122 66 104
Binary 10111000 11011001 10000000 1111 0 101001 1111 1010010 110110 1000100

Color Harmonies of #B8D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D980

Black with #B8D980

Text Example


Text Example

White with #B8D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D980; }

 p { color: rgb(184,217,128); }

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

background-color css

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

 a { background-color: rgb(184,217,128); }

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

border-color css

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

 span { border-color: rgb(184,217,128); }

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