Html Css Color HEX #C0C37D Pine Glade

📋 copy color: '#C0C37D'

red 192 ◦ green 195 ◦ blue 125

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

Shades of Pine Glade #C0C37D

Tints of Pine Glade #C0C37D

RGB

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

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

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

R = 37.5%
G = 38.09%
B = 24.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C0C37D (or 0xC0C37D) is known color: Pine Glade. HEX triplet: C0, C3 and 7D. RGB value is (192,195,125). Sum of RGB (Red+Green+Blue) = 192+195+125=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C37D is #3F3C82. Grayscale: #BABABA. Windows color (decimal): -4144259 or 8242112. OLE color: 8242112.

HSL color Cylindrical-coordinate representation of color #C0C37D: hue angle of 62.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0C37D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 125 -
CMYK 0.02 0 0.36 0.24
HSL 62.57º 0.37% 0.63% -
HSV(B) 62.57º 0.36% 0.76% -
XYZ 44.96 51.72 27.02 -
YUV 186.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 192 195 125 0.02 0 0.36 0.24 62.57 0.37 0.63
Hex C0 C3 7D 2 0 24 18 3F 25 3F
Octal 300 303 175 2 0 44 30 77 45 77
Binary 11000000 11000011 1111101 10 0 100100 11000 111111 100101 111111

Color Harmonies of #C0C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C37D

Black with #C0C37D

Text Example


Text Example

White with #C0C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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