Html Css Color HEX #C6C37F Pine Glade

📋 copy color: '#C6C37F'

red 198 ◦ green 195 ◦ blue 127

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

Shades of Pine Glade #C6C37F

Tints of Pine Glade #C6C37F

RGB

 RED value IS 198 (77.73% from 255) = 38.08%

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

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

R = 38.08%
G = 37.5%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6C37F (or 0xC6C37F) is known color: Pine Glade. HEX triplet: C6, C3 and 7F. RGB value is (198,195,127). Sum of RGB (Red+Green+Blue) = 198+195+127=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C37F is #393C80. Grayscale: #BCBCBC. Windows color (decimal): -3751041 or 8373190. OLE color: 8373190.

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

Color convert

RGB 198 195 127 -
CMYK 0 0.02 0.36 0.22
HSL 57.46º 0.38% 0.64% -
HSV(B) 57.46º 0.36% 0.78% -
XYZ 46.63 52.57 27.77 -
YUV 188.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 198 195 127 0 0.02 0.36 0.22 57.46 0.38 0.64
Hex C6 C3 7F 0 2 24 16 39 26 40
Octal 306 303 177 0 2 44 26 71 46 100
Binary 11000110 11000011 1111111 0 10 100100 10110 111001 100110 1000000

Color Harmonies of #C6C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C37F

Black with #C6C37F

Text Example


Text Example

White with #C6C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C37F; }

 p { color: rgb(198,195,127); }

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

background-color css

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

 a { background-color: rgb(198,195,127); }

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

border-color css

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

 span { border-color: rgb(198,195,127); }

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