Html Css Color HEX #C6D582 Deco

📋 copy color: '#C6D582'

red 198 ◦ green 213 ◦ blue 130

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

Shades of Deco #C6D582

Tints of Deco #C6D582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.03%

R = 36.6%
G = 39.37%
B = 24.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#C6D582 (or 0xC6D582) is known color: Deco. HEX triplet: C6, D5 and 82. RGB value is (198,213,130). Sum of RGB (Red+Green+Blue) = 198+213+130=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D582 is #392A7D. Grayscale: #C7C7C7. Windows color (decimal): -3746430 or 8574406. OLE color: 8574406.

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

Color convert

RGB 198 213 130 -
CMYK 0.07 0 0.39 0.16
HSL 70.84º 0.5% 0.67% -
HSV(B) 70.84º 0.39% 0.84% -
XYZ 51.11 61.21 30.24 -
YUV 199.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 198 213 130 0.07 0 0.39 0.16 70.84 0.5 0.67
Hex C6 D5 82 7 0 27 10 47 32 43
Octal 306 325 202 7 0 47 20 107 62 103
Binary 11000110 11010101 10000010 111 0 100111 10000 1000111 110010 1000011

Color Harmonies of #C6D582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D582

Black with #C6D582

Text Example


Text Example

White with #C6D582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D582; }

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

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

background-color css

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

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

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

border-color css

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

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

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