#C1C04B

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

Shades of Celery #C1C04B

Tints of Celery #C1C04B

Color information

#C1C04B (or 0xC1C04B) is unknown color: approx Celery. HEX triplet: C1, C0 and 4B. RGB value is (193,192,75). Sum of RGB (Red+Green+Blue) = 193+192+75=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C04B is #3E3FB4. Grayscale: #B3B3B3. Windows color (decimal): -4079541 or 4964545. OLE color: 4964545.

HSL color Cylindrical-coordinate representation of color #C1C04B: hue angle of 59.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1C04B is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19319275-
CMYK00.010.610.24
HSL59.49º48.76%52.55%-
HSV(B)59.49º61.14%75.69%-
XYZ42.1149.5414-
YUV178.9669.33138.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=41.96%
G=41.74%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931927500.010.610.2459.4948.7652.55
HexC1C04B013D183b3135
Octal301300113017530736165
Binary110000011100000010010110111110111000111011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C04B; }

 p { color: rgb(193,192,75); }

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

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

 a { background-color: rgb(193,192,75); }

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

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

 span { border-color: rgb(193,192,75); }

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