Html Css Color HEX #B7DC76 Sulu

📋 copy color: '#B7DC76'

red 183 ◦ green 220 ◦ blue 118

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

Shades of Sulu #B7DC76

Tints of Sulu #B7DC76

RGB

 RED value IS 183 (71.88% from 255) = 35.12%

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

 BLUE value IS 118 (46.48% from 255) = 22.65%

R = 35.12%
G = 42.23%
B = 22.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#B7DC76 (or 0xB7DC76) is known color: Sulu. HEX triplet: B7, DC and 76. RGB value is (183,220,118). Sum of RGB (Red+Green+Blue) = 183+220+118=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC76 is #482389. Grayscale: #C5C5C5. Windows color (decimal): -4727690 or 7789751. OLE color: 7789751.

HSL color Cylindrical-coordinate representation of color #B7DC76: hue angle of 81.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7DC76 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 118 -
CMYK 0.17 0 0.46 0.14
HSL 81.76º 0.59% 0.66% -
HSV(B) 81.76º 0.46% 0.86% -
XYZ 48.39 62.56 26.66 -
YUV 197.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 183 220 118 0.17 0 0.46 0.14 81.76 0.59 0.66
Hex B7 DC 76 11 0 2E E 52 3B 42
Octal 267 334 166 21 0 56 16 122 73 102
Binary 10110111 11011100 1110110 10001 0 101110 1110 1010010 111011 1000010

Color Harmonies of #B7DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC76

Black with #B7DC76

Text Example


Text Example

White with #B7DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC76; }

 p { color: rgb(183,220,118); }

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

background-color css

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

 a { background-color: rgb(183,220,118); }

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

border-color css

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

 span { border-color: rgb(183,220,118); }

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