Html Css Color HEX #B7C076 Pine Glade

📋 copy color: '#B7C076'

red 183 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #B7C076

Tints of Pine Glade #B7C076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 37.12%
G = 38.95%
B = 23.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B7C076 (or 0xB7C076) is known color: Pine Glade. HEX triplet: B7, C0 and 76. RGB value is (183,192,118). Sum of RGB (Red+Green+Blue) = 183+192+118=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C076 is #483F89. Grayscale: #B5B5B5. Windows color (decimal): -4734858 or 7782583. OLE color: 7782583.

HSL color Cylindrical-coordinate representation of color #B7C076: hue angle of 67.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7C076 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 192 118 -
CMYK 0.05 0 0.39 0.25
HSL 67.3º 0.37% 0.61% -
HSV(B) 67.3º 0.39% 0.75% -
XYZ 41.65 49.07 24.42 -
YUV 180.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 183 192 118 0.05 0 0.39 0.25 67.3 0.37 0.61
Hex B7 C0 76 5 0 27 19 43 25 3D
Octal 267 300 166 5 0 47 31 103 45 75
Binary 10110111 11000000 1110110 101 0 100111 11001 1000011 100101 111101

Color Harmonies of #B7C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C076

Black with #B7C076

Text Example


Text Example

White with #B7C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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