Html Css Color HEX #C2BF87 Pine Glade

📋 copy color: '#C2BF87'

red 194 ◦ green 191 ◦ blue 135

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

Shades of Pine Glade #C2BF87

Tints of Pine Glade #C2BF87

RGB

 RED value IS 194 (76.17% from 255) = 37.31%

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

 BLUE value IS 135 (53.13% from 255) = 25.96%

R = 37.31%
G = 36.73%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2BF87 (or 0xC2BF87) is known color: Pine Glade. HEX triplet: C2, BF and 87. RGB value is (194,191,135). Sum of RGB (Red+Green+Blue) = 194+191+135=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF87 is #3D4078. Grayscale: #B9B9B9. Windows color (decimal): -4014201 or 8896450. OLE color: 8896450.

HSL color Cylindrical-coordinate representation of color #C2BF87: hue angle of 56.95º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2BF87 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 135 -
CMYK 0 0.02 0.30 0.24
HSL 56.95º 0.33% 0.65% -
HSV(B) 56.95º 0.3% 0.76% -
XYZ 45.25 50.48 30.28 -
YUV 185.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 194 191 135 0 0.02 0.30 0.24 56.95 0.33 0.65
Hex C2 BF 87 0 2 1E 18 39 21 41
Octal 302 277 207 0 2 36 30 71 41 101
Binary 11000010 10111111 10000111 0 10 11110 11000 111001 100001 1000001

Color Harmonies of #C2BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF87

Black with #C2BF87

Text Example


Text Example

White with #C2BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF87; }

 p { color: rgb(194,191,135); }

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

background-color css

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

 a { background-color: rgb(194,191,135); }

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

border-color css

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

 span { border-color: rgb(194,191,135); }

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