Html Css Color HEX #C2BF79 Pine Glade

📋 copy color: '#C2BF79'

red 194 ◦ green 191 ◦ blue 121

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

Shades of Pine Glade #C2BF79

Tints of Pine Glade #C2BF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 38.34%
G = 37.75%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2BF79 (or 0xC2BF79) is known color: Pine Glade. HEX triplet: C2, BF and 79. RGB value is (194,191,121). Sum of RGB (Red+Green+Blue) = 194+191+121=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF79 is #3D4086. Grayscale: #B8B8B8. Windows color (decimal): -4014215 or 7978946. OLE color: 7978946.

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

Color convert

RGB 194 191 121 -
CMYK 0 0.02 0.38 0.24
HSL 57.53º 0.37% 0.62% -
HSV(B) 57.53º 0.38% 0.76% -
XYZ 44.33 50.11 25.43 -
YUV 183.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 194 191 121 0 0.02 0.38 0.24 57.53 0.37 0.62
Hex C2 BF 79 0 2 26 18 3A 25 3E
Octal 302 277 171 0 2 46 30 72 45 76
Binary 11000010 10111111 1111001 0 10 100110 11000 111010 100101 111110

Color Harmonies of #C2BF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF79

Black with #C2BF79

Text Example


Text Example

White with #C2BF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF79; }

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

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

background-color css

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

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

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

border-color css

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

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

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