Html Css Color HEX #C1C674 Pine Glade

📋 copy color: '#C1C674'

red 193 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #C1C674

Tints of Pine Glade #C1C674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.05%

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 38.07%
G = 39.05%
B = 22.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C1C674 (or 0xC1C674) is known color: Pine Glade. HEX triplet: C1, C6 and 74. RGB value is (193,198,116). Sum of RGB (Red+Green+Blue) = 193+198+116=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C674 is #3E398B. Grayscale: #BBBBBB. Windows color (decimal): -4077964 or 7653057. OLE color: 7653057.

HSL color Cylindrical-coordinate representation of color #C1C674: hue angle of 63.66º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1C674 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 198 116 -
CMYK 0.03 0 0.41 0.22
HSL 63.66º 0.42% 0.62% -
HSV(B) 63.66º 0.41% 0.78% -
XYZ 45.34 52.99 24.36 -
YUV 187.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 193 198 116 0.03 0 0.41 0.22 63.66 0.42 0.62
Hex C1 C6 74 3 0 29 16 40 2A 3E
Octal 301 306 164 3 0 51 26 100 52 76
Binary 11000001 11000110 1110100 11 0 101001 10110 1000000 101010 111110

Color Harmonies of #C1C674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C674

Black with #C1C674

Text Example


Text Example

White with #C1C674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C674; }

 p { color: rgb(193,198,116); }

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

background-color css

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

 a { background-color: rgb(193,198,116); }

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

border-color css

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

 span { border-color: rgb(193,198,116); }

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