Html Css Color HEX #C0C87D Pine Glade

📋 copy color: '#C0C87D'

red 192 ◦ green 200 ◦ blue 125

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

Shades of Pine Glade #C0C87D

Tints of Pine Glade #C0C87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 37.14%
G = 38.68%
B = 24.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C0C87D (or 0xC0C87D) is known color: Pine Glade. HEX triplet: C0, C8 and 7D. RGB value is (192,200,125). Sum of RGB (Red+Green+Blue) = 192+200+125=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C87D is #3F3782. Grayscale: #BDBDBD. Windows color (decimal): -4142979 or 8243392. OLE color: 8243392.

HSL color Cylindrical-coordinate representation of color #C0C87D: hue angle of 66.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C87D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 125 -
CMYK 0.04 0 0.38 0.22
HSL 66.4º 0.41% 0.64% -
HSV(B) 66.4º 0.38% 0.78% -
XYZ 46.09 54 27.39 -
YUV 189.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 192 200 125 0.04 0 0.38 0.22 66.4 0.41 0.64
Hex C0 C8 7D 4 0 26 16 42 29 40
Octal 300 310 175 4 0 46 26 102 51 100
Binary 11000000 11001000 1111101 100 0 100110 10110 1000010 101001 1000000

Color Harmonies of #C0C87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C87D

Black with #C0C87D

Text Example


Text Example

White with #C0C87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C87D; }

 p { color: rgb(192,200,125); }

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

background-color css

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

 a { background-color: rgb(192,200,125); }

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

border-color css

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

 span { border-color: rgb(192,200,125); }

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