Html Css Color HEX #C2BC7E Pine Glade

📋 copy color: '#C2BC7E'

red 194 ◦ green 188 ◦ blue 126

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

Shades of Pine Glade #C2BC7E

Tints of Pine Glade #C2BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 38.19%
G = 37.01%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2BC7E (or 0xC2BC7E) is known color: Pine Glade. HEX triplet: C2, BC and 7E. RGB value is (194,188,126). Sum of RGB (Red+Green+Blue) = 194+188+126=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC7E is #3D4381. Grayscale: #B6B6B6. Windows color (decimal): -4014978 or 8305858. OLE color: 8305858.

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

Color convert

RGB 194 188 126 -
CMYK 0 0.03 0.35 0.24
HSL 54.71º 0.36% 0.63% -
HSV(B) 54.71º 0.35% 0.76% -
XYZ 44 48.94 26.87 -
YUV 182.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 194 188 126 0 0.03 0.35 0.24 54.71 0.36 0.63
Hex C2 BC 7E 0 3 23 18 37 24 3F
Octal 302 274 176 0 3 43 30 67 44 77
Binary 11000010 10111100 1111110 0 11 100011 11000 110111 100100 111111

Color Harmonies of #C2BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC7E

Black with #C2BC7E

Text Example


Text Example

White with #C2BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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