Html Css Color HEX #C6C27D Pine Glade

📋 copy color: '#C6C27D'

red 198 ◦ green 194 ◦ blue 125

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

Shades of Pine Glade #C6C27D

Tints of Pine Glade #C6C27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 38.3%
G = 37.52%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6C27D (or 0xC6C27D) is known color: Pine Glade. HEX triplet: C6, C2 and 7D. RGB value is (198,194,125). Sum of RGB (Red+Green+Blue) = 198+194+125=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C27D is #393D82. Grayscale: #BBBBBB. Windows color (decimal): -3751299 or 8241862. OLE color: 8241862.

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

Color convert

RGB 198 194 125 -
CMYK 0 0.02 0.37 0.22
HSL 56.71º 0.39% 0.63% -
HSV(B) 56.71º 0.37% 0.78% -
XYZ 46.28 52.07 27.01 -
YUV 187.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 198 194 125 0 0.02 0.37 0.22 56.71 0.39 0.63
Hex C6 C2 7D 0 2 25 16 39 27 3F
Octal 306 302 175 0 2 45 26 71 47 77
Binary 11000110 11000010 1111101 0 10 100101 10110 111001 100111 111111

Color Harmonies of #C6C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C27D

Black with #C6C27D

Text Example


Text Example

White with #C6C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C27D; }

 p { color: rgb(198,194,125); }

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

background-color css

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

 a { background-color: rgb(198,194,125); }

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

border-color css

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

 span { border-color: rgb(198,194,125); }

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