Html Css Color HEX #C0C375 Pine Glade

📋 copy color: '#C0C375'

red 192 ◦ green 195 ◦ blue 117

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

Shades of Pine Glade #C0C375

Tints of Pine Glade #C0C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 38.1%
G = 38.69%
B = 23.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C0C375 (or 0xC0C375) is known color: Pine Glade. HEX triplet: C0, C3 and 75. RGB value is (192,195,117). Sum of RGB (Red+Green+Blue) = 192+195+117=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C375 is #3F3C8A. Grayscale: #B9B9B9. Windows color (decimal): -4144267 or 7717824. OLE color: 7717824.

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

Color convert

RGB 192 195 117 -
CMYK 0.02 0 0.4 0.24
HSL 62.31º 0.39% 0.61% -
HSV(B) 62.31º 0.4% 0.76% -
XYZ 44.46 51.52 24.43 -
YUV 185.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 192 195 117 0.02 0 0.4 0.24 62.31 0.39 0.61
Hex C0 C3 75 2 0 28 18 3E 27 3D
Octal 300 303 165 2 0 50 30 76 47 75
Binary 11000000 11000011 1110101 10 0 101000 11000 111110 100111 111101

Color Harmonies of #C0C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C375

Black with #C0C375

Text Example


Text Example

White with #C0C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C375; }

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

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

background-color css

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

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

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

border-color css

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

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

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