Html Css Color HEX #C2BE7C Pine Glade

📋 copy color: '#C2BE7C'

red 194 ◦ green 190 ◦ blue 124

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

Shades of Pine Glade #C2BE7C

Tints of Pine Glade #C2BE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 38.19%
G = 37.4%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2BE7C (or 0xC2BE7C) is known color: Pine Glade. HEX triplet: C2, BE and 7C. RGB value is (194,190,124). Sum of RGB (Red+Green+Blue) = 194+190+124=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE7C is #3D4183. Grayscale: #B7B7B7. Windows color (decimal): -4014468 or 8175298. OLE color: 8175298.

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

Color convert

RGB 194 190 124 -
CMYK 0 0.02 0.36 0.24
HSL 56.57º 0.36% 0.62% -
HSV(B) 56.57º 0.36% 0.76% -
XYZ 44.3 49.75 26.34 -
YUV 183.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 194 190 124 0 0.02 0.36 0.24 56.57 0.36 0.62
Hex C2 BE 7C 0 2 24 18 39 24 3E
Octal 302 276 174 0 2 44 30 71 44 76
Binary 11000010 10111110 1111100 0 10 100100 11000 111001 100100 111110

Color Harmonies of #C2BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE7C

Black with #C2BE7C

Text Example


Text Example

White with #C2BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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