Html Css Color HEX #C2BF7F Pine Glade

📋 copy color: '#C2BF7F'

red 194 ◦ green 191 ◦ blue 127

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

Shades of Pine Glade #C2BF7F

Tints of Pine Glade #C2BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 37.89%
G = 37.3%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2BF7F (or 0xC2BF7F) is known color: Pine Glade. HEX triplet: C2, BF and 7F. RGB value is (194,191,127). Sum of RGB (Red+Green+Blue) = 194+191+127=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7F is #3D4080. Grayscale: #B8B8B8. Windows color (decimal): -4014209 or 8372162. OLE color: 8372162.

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

Color convert

RGB 194 191 127 -
CMYK 0 0.02 0.35 0.24
HSL 57.31º 0.35% 0.63% -
HSV(B) 57.31º 0.35% 0.76% -
XYZ 44.71 50.26 27.42 -
YUV 184.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 194 191 127 0 0.02 0.35 0.24 57.31 0.35 0.63
Hex C2 BF 7F 0 2 23 18 39 23 3F
Octal 302 277 177 0 2 43 30 71 43 77
Binary 11000010 10111111 1111111 0 10 100011 11000 111001 100011 111111

Color Harmonies of #C2BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF7F

Black with #C2BF7F

Text Example


Text Example

White with #C2BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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