Html Css Color HEX #C0CA84 Pine Glade

📋 copy color: '#C0CA84'

red 192 ◦ green 202 ◦ blue 132

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

Shades of Pine Glade #C0CA84

Tints of Pine Glade #C0CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

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

R = 36.5%
G = 38.4%
B = 25.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C0CA84 (or 0xC0CA84) is known color: Pine Glade. HEX triplet: C0, CA and 84. RGB value is (192,202,132). Sum of RGB (Red+Green+Blue) = 192+202+132=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA84 is #3F357B. Grayscale: #BFBFBF. Windows color (decimal): -4142460 or 8702656. OLE color: 8702656.

HSL color Cylindrical-coordinate representation of color #C0CA84: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0CA84 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 132 -
CMYK 0.05 0 0.35 0.21
HSL 68.57º 0.4% 0.65% -
HSV(B) 68.57º 0.35% 0.79% -
XYZ 47.02 55.11 29.99 -
YUV 191.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 192 202 132 0.05 0 0.35 0.21 68.57 0.4 0.65
Hex C0 CA 84 5 0 23 15 45 28 41
Octal 300 312 204 5 0 43 25 105 50 101
Binary 11000000 11001010 10000100 101 0 100011 10101 1000101 101000 1000001

Color Harmonies of #C0CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA84

Black with #C0CA84

Text Example


Text Example

White with #C0CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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