#C6C54E

Color #C6C54E Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #C6C54E

Tints of Celery #C6C54E

Color information

#C6C54E (or 0xC6C54E) is unknown color: approx Celery. HEX triplet: C6, C5 and 4E. RGB value is (198,197,78). Sum of RGB (Red+Green+Blue) = 198+197+78=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C54E is #393AB1. Grayscale: #B8B8B8. Windows color (decimal): -3750578 or 5162438. OLE color: 5162438.

HSL color Cylindrical-coordinate representation of color #C6C54E: hue angle of 59.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6C54E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19819778-
CMYK00.010.610.22
HSL59.5º51.28%54.12%-
HSV(B)59.5º60.61%77.65%-
XYZ44.6352.4914.99-
YUV183.7368.33138.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 78 (30.86% from 255) = 16.49%
R=41.86%
G=41.65%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981977800.010.610.2259.551.2854.12
HexC6C54E013D163c3336
Octal306305116017526746366
Binary110001101100010110011100111110110110111100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C54E; }

 p { color: rgb(198,197,78); }

 H1.HeaderClassName
 {
   color: #C6C54E;
 }
 .AnyTagClassName
 {
   color: #C6C54E;
 }
</style>
background-color css

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

 a { background-color: rgb(198,197,78); }

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

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

 span { border-color: rgb(198,197,78); }

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