Html Css Color HEX #C0C97F Pine Glade

📋 copy color: '#C0C97F'

red 192 ◦ green 201 ◦ blue 127

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

Shades of Pine Glade #C0C97F

Tints of Pine Glade #C0C97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.65%

 BLUE value IS 127 (50% from 255) = 24.42%

R = 36.92%
G = 38.65%
B = 24.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C0C97F (or 0xC0C97F) is known color: Pine Glade. HEX triplet: C0, C9 and 7F. RGB value is (192,201,127). Sum of RGB (Red+Green+Blue) = 192+201+127=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C97F is #3F3680. Grayscale: #BEBEBE. Windows color (decimal): -4142721 or 8374720. OLE color: 8374720.

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

Color convert

RGB 192 201 127 -
CMYK 0.04 0 0.37 0.21
HSL 67.3º 0.41% 0.64% -
HSV(B) 67.3º 0.37% 0.79% -
XYZ 46.46 54.51 28.15 -
YUV 189.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 192 201 127 0.04 0 0.37 0.21 67.3 0.41 0.64
Hex C0 C9 7F 4 0 25 15 43 29 40
Octal 300 311 177 4 0 45 25 103 51 100
Binary 11000000 11001001 1111111 100 0 100101 10101 1000011 101001 1000000

Color Harmonies of #C0C97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C97F

Black with #C0C97F

Text Example


Text Example

White with #C0C97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C97F; }

 p { color: rgb(192,201,127); }

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

background-color css

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

 a { background-color: rgb(192,201,127); }

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

border-color css

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

 span { border-color: rgb(192,201,127); }

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