Html Css Color HEX #C0C185 Pine Glade

📋 copy color: '#C0C185'

red 192 ◦ green 193 ◦ blue 133

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

Shades of Pine Glade #C0C185

Tints of Pine Glade #C0C185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

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

R = 37.07%
G = 37.26%
B = 25.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C0C185 (or 0xC0C185) is known color: Pine Glade. HEX triplet: C0, C1 and 85. RGB value is (192,193,133). Sum of RGB (Red+Green+Blue) = 192+193+133=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C185 is #3F3E7A. Grayscale: #BABABA. Windows color (decimal): -4144763 or 8765888. OLE color: 8765888.

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

Color convert

RGB 192 193 133 -
CMYK 0.01 0 0.31 0.24
HSL 61º 0.33% 0.64% -
HSV(B) 61º 0.31% 0.76% -
XYZ 45.04 51.04 29.67 -
YUV 185.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 192 193 133 0.01 0 0.31 0.24 61 0.33 0.64
Hex C0 C1 85 1 0 1F 18 3D 21 40
Octal 300 301 205 1 0 37 30 75 41 100
Binary 11000000 11000001 10000101 1 0 11111 11000 111101 100001 1000000

Color Harmonies of #C0C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C185

Black with #C0C185

Text Example


Text Example

White with #C0C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C185; }

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

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

background-color css

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

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

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

border-color css

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

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

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