Html Css Color HEX #C2BF82 Pine Glade

📋 copy color: '#C2BF82'

red 194 ◦ green 191 ◦ blue 130

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

Shades of Pine Glade #C2BF82

Tints of Pine Glade #C2BF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.24%

R = 37.67%
G = 37.09%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C2BF82 (or 0xC2BF82) is known color: Pine Glade. HEX triplet: C2, BF and 82. RGB value is (194,191,130). Sum of RGB (Red+Green+Blue) = 194+191+130=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF82 is #3D407D. Grayscale: #B9B9B9. Windows color (decimal): -4014206 or 8568770. OLE color: 8568770.

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

Color convert

RGB 194 191 130 -
CMYK 0 0.02 0.33 0.24
HSL 57.19º 0.34% 0.64% -
HSV(B) 57.19º 0.33% 0.76% -
XYZ 44.91 50.34 28.47 -
YUV 184.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 194 191 130 0 0.02 0.33 0.24 57.19 0.34 0.64
Hex C2 BF 82 0 2 21 18 39 22 40
Octal 302 277 202 0 2 41 30 71 42 100
Binary 11000010 10111111 10000010 0 10 100001 11000 111001 100010 1000000

Color Harmonies of #C2BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF82

Black with #C2BF82

Text Example


Text Example

White with #C2BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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