Html Css Color HEX #C4BF76 Pine Glade

📋 copy color: '#C4BF76'

red 196 ◦ green 191 ◦ blue 118

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

Shades of Pine Glade #C4BF76

Tints of Pine Glade #C4BF76

RGB

 RED value IS 196 (76.95% from 255) = 38.81%

 GREEN value IS 191 (75% from 255) = 37.82%

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

R = 38.81%
G = 37.82%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4BF76 (or 0xC4BF76) is known color: Pine Glade. HEX triplet: C4, BF and 76. RGB value is (196,191,118). Sum of RGB (Red+Green+Blue) = 196+191+118=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF76 is #3B4089. Grayscale: #B8B8B8. Windows color (decimal): -3883146 or 7782340. OLE color: 7782340.

HSL color Cylindrical-coordinate representation of color #C4BF76: hue angle of 56.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BF76 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 118 -
CMYK 0 0.03 0.40 0.23
HSL 56.15º 0.4% 0.62% -
HSV(B) 56.15º 0.4% 0.77% -
XYZ 44.67 50.31 24.5 -
YUV 184.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 196 191 118 0 0.03 0.40 0.23 56.15 0.4 0.62
Hex C4 BF 76 0 3 28 17 38 28 3E
Octal 304 277 166 0 3 50 27 70 50 76
Binary 11000100 10111111 1110110 0 11 101000 10111 111000 101000 111110

Color Harmonies of #C4BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF76

Black with #C4BF76

Text Example


Text Example

White with #C4BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF76; }

 p { color: rgb(196,191,118); }

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

background-color css

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

 a { background-color: rgb(196,191,118); }

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

border-color css

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

 span { border-color: rgb(196,191,118); }

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