Html Css Color HEX #C0C384 Pine Glade

📋 copy color: '#C0C384'

red 192 ◦ green 195 ◦ blue 132

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

Shades of Pine Glade #C0C384

Tints of Pine Glade #C0C384

RGB

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

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

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

R = 36.99%
G = 37.57%
B = 25.43%

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

#C0C384 (or 0xC0C384) is known color: Pine Glade. HEX triplet: C0, C3 and 84. RGB value is (192,195,132). Sum of RGB (Red+Green+Blue) = 192+195+132=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C384 is #3F3C7B. Grayscale: #BBBBBB. Windows color (decimal): -4144252 or 8700864. OLE color: 8700864.

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

Color convert

RGB 192 195 132 -
CMYK 0.02 0 0.32 0.24
HSL 62.86º 0.34% 0.64% -
HSV(B) 62.86º 0.32% 0.76% -
XYZ 45.42 51.9 29.45 -
YUV 186.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 192 195 132 0.02 0 0.32 0.24 62.86 0.34 0.64
Hex C0 C3 84 2 0 20 18 3F 22 40
Octal 300 303 204 2 0 40 30 77 42 100
Binary 11000000 11000011 10000100 10 0 100000 11000 111111 100010 1000000

Color Harmonies of #C0C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C384

Black with #C0C384

Text Example


Text Example

White with #C0C384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C384; }

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

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

background-color css

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

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

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

border-color css

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

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

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