Html Css Color HEX #C6D691 Deco

📋 copy color: '#C6D691'

red 198 ◦ green 214 ◦ blue 145

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

Shades of Deco #C6D691

Tints of Deco #C6D691

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

 BLUE value IS 145 (57.03% from 255) = 26.03%

R = 35.55%
G = 38.42%
B = 26.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#C6D691 (or 0xC6D691) is known color: Deco. HEX triplet: C6, D6 and 91. RGB value is (198,214,145). Sum of RGB (Red+Green+Blue) = 198+214+145=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D691 is #39296E. Grayscale: #C9C9C9. Windows color (decimal): -3746159 or 9557702. OLE color: 9557702.

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

Color convert

RGB 198 214 145 -
CMYK 0.07 0 0.32 0.16
HSL 73.91º 0.46% 0.7% -
HSV(B) 73.91º 0.32% 0.84% -
XYZ 52.45 62.14 36.02 -
YUV 201.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 198 214 145 0.07 0 0.32 0.16 73.91 0.46 0.7
Hex C6 D6 91 7 0 20 10 4A 2E 46
Octal 306 326 221 7 0 40 20 112 56 106
Binary 11000110 11010110 10010001 111 0 100000 10000 1001010 101110 1000110

Color Harmonies of #C6D691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D691

Black with #C6D691

Text Example


Text Example

White with #C6D691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D691; }

 p { color: rgb(198,214,145); }

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

background-color css

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

 a { background-color: rgb(198,214,145); }

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

border-color css

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

 span { border-color: rgb(198,214,145); }

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