Html Css Color HEX #C6D57A Deco

📋 copy color: '#C6D57A'

red 198 ◦ green 213 ◦ blue 122

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

Shades of Deco #C6D57A

Tints of Deco #C6D57A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.96%

 BLUE value IS 122 (48.05% from 255) = 22.89%

R = 37.15%
G = 39.96%
B = 22.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#C6D57A (or 0xC6D57A) is known color: Deco. HEX triplet: C6, D5 and 7A. RGB value is (198,213,122). Sum of RGB (Red+Green+Blue) = 198+213+122=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D57A is #392A85. Grayscale: #C6C6C6. Windows color (decimal): -3746438 or 8050118. OLE color: 8050118.

HSL color Cylindrical-coordinate representation of color #C6D57A: hue angle of 69.89º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6D57A is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 122 -
CMYK 0.07 0 0.43 0.16
HSL 69.89º 0.52% 0.66% -
HSV(B) 69.89º 0.43% 0.84% -
XYZ 50.6 61 27.52 -
YUV 198.14 85.03 127.9 -
System Red Green Blue C M Y K H S L
Decimal 198 213 122 0.07 0 0.43 0.16 69.89 0.52 0.66
Hex C6 D5 7A 7 0 2B 10 46 34 42
Octal 306 325 172 7 0 53 20 106 64 102
Binary 11000110 11010101 1111010 111 0 101011 10000 1000110 110100 1000010

Color Harmonies of #C6D57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D57A

Black with #C6D57A

Text Example


Text Example

White with #C6D57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D57A; }

 p { color: rgb(198,213,122); }

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

background-color css

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

 a { background-color: rgb(198,213,122); }

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

border-color css

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

 span { border-color: rgb(198,213,122); }

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