Html Css Color HEX #C1C373 Pine Glade

📋 copy color: '#C1C373'

red 193 ◦ green 195 ◦ blue 115

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

Shades of Pine Glade #C1C373

Tints of Pine Glade #C1C373

RGB

 RED value IS 193 (75.78% from 255) = 38.37%

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

 BLUE value IS 115 (45.31% from 255) = 22.86%

R = 38.37%
G = 38.77%
B = 22.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1C373 (or 0xC1C373) is known color: Pine Glade. HEX triplet: C1, C3 and 73. RGB value is (193,195,115). Sum of RGB (Red+Green+Blue) = 193+195+115=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C373 is #3E3C8C. Grayscale: #B9B9B9. Windows color (decimal): -4078733 or 7586753. OLE color: 7586753.

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

Color convert

RGB 193 195 115 -
CMYK 0.01 0 0.41 0.24
HSL 61.5º 0.4% 0.61% -
HSV(B) 61.5º 0.41% 0.76% -
XYZ 44.6 51.61 23.83 -
YUV 185.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 193 195 115 0.01 0 0.41 0.24 61.5 0.4 0.61
Hex C1 C3 73 1 0 29 18 3E 28 3D
Octal 301 303 163 1 0 51 30 76 50 75
Binary 11000001 11000011 1110011 1 0 101001 11000 111110 101000 111101

Color Harmonies of #C1C373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C373

Black with #C1C373

Text Example


Text Example

White with #C1C373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C373; }

 p { color: rgb(193,195,115); }

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

background-color css

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

 a { background-color: rgb(193,195,115); }

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

border-color css

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

 span { border-color: rgb(193,195,115); }

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