Html Css Color HEX #C2BC7C Pine Glade

📋 copy color: '#C2BC7C'

red 194 ◦ green 188 ◦ blue 124

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

Shades of Pine Glade #C2BC7C

Tints of Pine Glade #C2BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 38.34%
G = 37.15%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2BC7C (or 0xC2BC7C) is known color: Pine Glade. HEX triplet: C2, BC and 7C. RGB value is (194,188,124). Sum of RGB (Red+Green+Blue) = 194+188+124=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC7C is #3D4383. Grayscale: #B6B6B6. Windows color (decimal): -4014980 or 8174786. OLE color: 8174786.

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

Color convert

RGB 194 188 124 -
CMYK 0 0.03 0.36 0.24
HSL 54.86º 0.36% 0.62% -
HSV(B) 54.86º 0.36% 0.76% -
XYZ 43.87 48.89 26.19 -
YUV 182.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 194 188 124 0 0.03 0.36 0.24 54.86 0.36 0.62
Hex C2 BC 7C 0 3 24 18 37 24 3E
Octal 302 274 174 0 3 44 30 67 44 76
Binary 11000010 10111100 1111100 0 11 100100 11000 110111 100100 111110

Color Harmonies of #C2BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC7C

Black with #C2BC7C

Text Example


Text Example

White with #C2BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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