Html Css Color HEX #C0C47D Pine Glade

📋 copy color: '#C0C47D'

red 192 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #C0C47D

Tints of Pine Glade #C0C47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 37.43%
G = 38.21%
B = 24.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C0C47D (or 0xC0C47D) is known color: Pine Glade. HEX triplet: C0, C4 and 7D. RGB value is (192,196,125). Sum of RGB (Red+Green+Blue) = 192+196+125=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C47D is #3F3B82. Grayscale: #BABABA. Windows color (decimal): -4144003 or 8242368. OLE color: 8242368.

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

Color convert

RGB 192 196 125 -
CMYK 0.02 0 0.36 0.23
HSL 63.38º 0.38% 0.63% -
HSV(B) 63.38º 0.36% 0.77% -
XYZ 45.18 52.17 27.09 -
YUV 186.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 192 196 125 0.02 0 0.36 0.23 63.38 0.38 0.63
Hex C0 C4 7D 2 0 24 17 3F 26 3F
Octal 300 304 175 2 0 44 27 77 46 77
Binary 11000000 11000100 1111101 10 0 100100 10111 111111 100110 111111

Color Harmonies of #C0C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C47D

Black with #C0C47D

Text Example


Text Example

White with #C0C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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