Html Css Color HEX #C0C287 Pine Glade

📋 copy color: '#C0C287'

red 192 ◦ green 194 ◦ blue 135

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

Shades of Pine Glade #C0C287

Tints of Pine Glade #C0C287

RGB

 RED value IS 192 (75.39% from 255) = 36.85%

 GREEN value IS 194 (76.17% from 255) = 37.24%

 BLUE value IS 135 (53.13% from 255) = 25.91%

R = 36.85%
G = 37.24%
B = 25.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C0C287 (or 0xC0C287) is known color: Pine Glade. HEX triplet: C0, C2 and 87. RGB value is (192,194,135). Sum of RGB (Red+Green+Blue) = 192+194+135=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C287 is #3F3D78. Grayscale: #BABABA. Windows color (decimal): -4144505 or 8897216. OLE color: 8897216.

HSL color Cylindrical-coordinate representation of color #C0C287: hue angle of 62.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0C287 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 135 -
CMYK 0.01 0 0.30 0.24
HSL 62.03º 0.33% 0.65% -
HSV(B) 62.03º 0.3% 0.76% -
XYZ 45.4 51.54 30.48 -
YUV 186.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 192 194 135 0.01 0 0.30 0.24 62.03 0.33 0.65
Hex C0 C2 87 1 0 1E 18 3E 21 41
Octal 300 302 207 1 0 36 30 76 41 101
Binary 11000000 11000010 10000111 1 0 11110 11000 111110 100001 1000001

Color Harmonies of #C0C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C287

Black with #C0C287

Text Example


Text Example

White with #C0C287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C287; }

 p { color: rgb(192,194,135); }

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

background-color css

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

 a { background-color: rgb(192,194,135); }

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

border-color css

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

 span { border-color: rgb(192,194,135); }

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