Html Css Color HEX #C0C385 Pine Glade

📋 copy color: '#C0C385'

red 192 ◦ green 195 ◦ blue 133

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

Shades of Pine Glade #C0C385

Tints of Pine Glade #C0C385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

 BLUE value IS 133 (52.34% from 255) = 25.58%

R = 36.92%
G = 37.5%
B = 25.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C0C385 (or 0xC0C385) is known color: Pine Glade. HEX triplet: C0, C3 and 85. RGB value is (192,195,133). Sum of RGB (Red+Green+Blue) = 192+195+133=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C385 is #3F3C7A. Grayscale: #BBBBBB. Windows color (decimal): -4144251 or 8766400. OLE color: 8766400.

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

Color convert

RGB 192 195 133 -
CMYK 0.02 0 0.32 0.24
HSL 62.9º 0.34% 0.64% -
HSV(B) 62.9º 0.32% 0.76% -
XYZ 45.49 51.93 29.82 -
YUV 187.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 192 195 133 0.02 0 0.32 0.24 62.9 0.34 0.64
Hex C0 C3 85 2 0 20 18 3F 22 40
Octal 300 303 205 2 0 40 30 77 42 100
Binary 11000000 11000011 10000101 10 0 100000 11000 111111 100010 1000000

Color Harmonies of #C0C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C385

Black with #C0C385

Text Example


Text Example

White with #C0C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C385; }

 p { color: rgb(192,195,133); }

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

background-color css

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

 a { background-color: rgb(192,195,133); }

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

border-color css

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

 span { border-color: rgb(192,195,133); }

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