#C1C252

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

Shades of Celery #C1C252

Tints of Celery #C1C252

Color information

#C1C252 (or 0xC1C252) is unknown color: approx Celery. HEX triplet: C1, C2 and 52. RGB value is (193,194,82). Sum of RGB (Red+Green+Blue) = 193+194+82=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C252 is #3E3DAD. Grayscale: #B5B5B5. Windows color (decimal): -4079022 or 5423809. OLE color: 5423809.

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

Color convert

RGB19319482-
CMYK0.0100.580.24
HSL60.54º47.86%54.12%-
HSV(B)60.54º57.73%76.08%-
XYZ42.8150.5315.48-
YUV180.9372.17136.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 82 (32.42% from 255) = 17.48%
R=41.15%
G=41.36%
B=17.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193194820.0100.580.2460.5447.8654.12
HexC1C252103A183d3036
Octal301302122107230756066
Binary110000011100001010100101011101011000111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C252; }

 p { color: rgb(193,194,82); }

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

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

 a { background-color: rgb(193,194,82); }

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

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

 span { border-color: rgb(193,194,82); }

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