Html Css Color HEX #C4BF7C Pine Glade

📋 copy color: '#C4BF7C'

red 196 ◦ green 191 ◦ blue 124

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

Shades of Pine Glade #C4BF7C

Tints of Pine Glade #C4BF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.27%

R = 38.36%
G = 37.38%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4BF7C (or 0xC4BF7C) is known color: Pine Glade. HEX triplet: C4, BF and 7C. RGB value is (196,191,124). Sum of RGB (Red+Green+Blue) = 196+191+124=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF7C is #3B4083. Grayscale: #B9B9B9. Windows color (decimal): -3883140 or 8175556. OLE color: 8175556.

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

Color convert

RGB 196 191 124 -
CMYK 0 0.03 0.37 0.23
HSL 55.83º 0.38% 0.63% -
HSV(B) 55.83º 0.37% 0.77% -
XYZ 45.03 50.45 26.43 -
YUV 184.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 196 191 124 0 0.03 0.37 0.23 55.83 0.38 0.63
Hex C4 BF 7C 0 3 25 17 38 26 3F
Octal 304 277 174 0 3 45 27 70 46 77
Binary 11000100 10111111 1111100 0 11 100101 10111 111000 100110 111111

Color Harmonies of #C4BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF7C

Black with #C4BF7C

Text Example


Text Example

White with #C4BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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