Html Css Color HEX #C6D68D Deco

📋 copy color: '#C6D68D'

red 198 ◦ green 214 ◦ blue 141

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

Shades of Deco #C6D68D

Tints of Deco #C6D68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.5%

R = 35.8%
G = 38.7%
B = 25.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#C6D68D (or 0xC6D68D) is known color: Deco. HEX triplet: C6, D6 and 8D. RGB value is (198,214,141). Sum of RGB (Red+Green+Blue) = 198+214+141=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D68D is #392972. Grayscale: #C9C9C9. Windows color (decimal): -3746163 or 9295558. OLE color: 9295558.

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

Color convert

RGB 198 214 141 -
CMYK 0.07 0 0.34 0.16
HSL 73.15º 0.47% 0.7% -
HSV(B) 73.15º 0.34% 0.84% -
XYZ 52.14 62.02 34.42 -
YUV 200.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 198 214 141 0.07 0 0.34 0.16 73.15 0.47 0.7
Hex C6 D6 8D 7 0 22 10 49 2F 46
Octal 306 326 215 7 0 42 20 111 57 106
Binary 11000110 11010110 10001101 111 0 100010 10000 1001001 101111 1000110

Color Harmonies of #C6D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D68D

Black with #C6D68D

Text Example


Text Example

White with #C6D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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