Html Css Color HEX #C6D27E Deco

📋 copy color: '#C6D27E'

red 198 ◦ green 210 ◦ blue 126

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

Shades of Deco #C6D27E

Tints of Deco #C6D27E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 126 (49.61% from 255) = 23.6%

R = 37.08%
G = 39.33%
B = 23.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#C6D27E (or 0xC6D27E) is known color: Deco. HEX triplet: C6, D2 and 7E. RGB value is (198,210,126). Sum of RGB (Red+Green+Blue) = 198+210+126=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D27E is #392D81. Grayscale: #C5C5C5. Windows color (decimal): -3747202 or 8311494. OLE color: 8311494.

HSL color Cylindrical-coordinate representation of color #C6D27E: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6D27E is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 126 -
CMYK 0.06 0 0.4 0.18
HSL 68.57º 0.48% 0.66% -
HSV(B) 68.57º 0.4% 0.82% -
XYZ 50.1 59.61 28.6 -
YUV 196.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 198 210 126 0.06 0 0.4 0.18 68.57 0.48 0.66
Hex C6 D2 7E 6 0 28 12 45 30 42
Octal 306 322 176 6 0 50 22 105 60 102
Binary 11000110 11010010 1111110 110 0 101000 10010 1000101 110000 1000010

Color Harmonies of #C6D27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D27E

Black with #C6D27E

Text Example


Text Example

White with #C6D27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D27E; }

 p { color: rgb(198,210,126); }

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

background-color css

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

 a { background-color: rgb(198,210,126); }

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

border-color css

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

 span { border-color: rgb(198,210,126); }

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