Html Css Color HEX #C0C184 Pine Glade

📋 copy color: '#C0C184'

red 192 ◦ green 193 ◦ blue 132

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

Shades of Pine Glade #C0C184

Tints of Pine Glade #C0C184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 37.14%
G = 37.33%
B = 25.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C0C184 (or 0xC0C184) is known color: Pine Glade. HEX triplet: C0, C1 and 84. RGB value is (192,193,132). Sum of RGB (Red+Green+Blue) = 192+193+132=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C184 is #3F3E7B. Grayscale: #B9B9B9. Windows color (decimal): -4144764 or 8700352. OLE color: 8700352.

HSL color Cylindrical-coordinate representation of color #C0C184: hue angle of 60.98º degrees, saturation: 0.33, 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 #C0C184 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 132 -
CMYK 0.01 0 0.32 0.24
HSL 60.98º 0.33% 0.64% -
HSV(B) 60.98º 0.32% 0.76% -
XYZ 44.97 51.01 29.31 -
YUV 185.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 192 193 132 0.01 0 0.32 0.24 60.98 0.33 0.64
Hex C0 C1 84 1 0 20 18 3D 21 40
Octal 300 301 204 1 0 40 30 75 41 100
Binary 11000000 11000001 10000100 1 0 100000 11000 111101 100001 1000000

Color Harmonies of #C0C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C184

Black with #C0C184

Text Example


Text Example

White with #C0C184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C184; }

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

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

background-color css

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

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

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

border-color css

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

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

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