Html Css Color HEX #C2BE79 Pine Glade

📋 copy color: '#C2BE79'

red 194 ◦ green 190 ◦ blue 121

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

Shades of Pine Glade #C2BE79

Tints of Pine Glade #C2BE79

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

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

R = 38.42%
G = 37.62%
B = 23.96%

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

#C2BE79 (or 0xC2BE79) is known color: Pine Glade. HEX triplet: C2, BE and 79. RGB value is (194,190,121). Sum of RGB (Red+Green+Blue) = 194+190+121=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE79 is #3D4186. Grayscale: #B7B7B7. Windows color (decimal): -4014471 or 7978690. OLE color: 7978690.

HSL color Cylindrical-coordinate representation of color #C2BE79: hue angle of 56.71º 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 #C2BE79 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 121 -
CMYK 0 0.02 0.38 0.24
HSL 56.71º 0.37% 0.62% -
HSV(B) 56.71º 0.38% 0.76% -
XYZ 44.11 49.68 25.35 -
YUV 183.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 194 190 121 0 0.02 0.38 0.24 56.71 0.37 0.62
Hex C2 BE 79 0 2 26 18 39 25 3E
Octal 302 276 171 0 2 46 30 71 45 76
Binary 11000010 10111110 1111001 0 10 100110 11000 111001 100101 111110

Color Harmonies of #C2BE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE79

Black with #C2BE79

Text Example


Text Example

White with #C2BE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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