Html Css Color HEX #C0CD7D Pine Glade

📋 copy color: '#C0CD7D'

red 192 ◦ green 205 ◦ blue 125

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

Shades of Pine Glade #C0CD7D

Tints of Pine Glade #C0CD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.27%

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

R = 36.78%
G = 39.27%
B = 23.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#C0CD7D (or 0xC0CD7D) is known color: Pine Glade. HEX triplet: C0, CD and 7D. RGB value is (192,205,125). Sum of RGB (Red+Green+Blue) = 192+205+125=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD7D is #3F3282. Grayscale: #C0C0C0. Windows color (decimal): -4141699 or 8244672. OLE color: 8244672.

HSL color Cylindrical-coordinate representation of color #C0CD7D: hue angle of 69.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0CD7D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 125 -
CMYK 0.06 0 0.39 0.20
HSL 69.75º 0.44% 0.65% -
HSV(B) 69.75º 0.39% 0.8% -
XYZ 47.27 56.35 27.79 -
YUV 191.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 192 205 125 0.06 0 0.39 0.20 69.75 0.44 0.65
Hex C0 CD 7D 6 0 27 14 46 2C 41
Octal 300 315 175 6 0 47 24 106 54 101
Binary 11000000 11001101 1111101 110 0 100111 10100 1000110 101100 1000001

Color Harmonies of #C0CD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD7D

Black with #C0CD7D

Text Example


Text Example

White with #C0CD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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