#C3C252

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

Shades of Celery #C3C252

Tints of Celery #C3C252

Color information

#C3C252 (or 0xC3C252) is unknown color: approx Celery. HEX triplet: C3, C2 and 52. RGB value is (195,194,82). Sum of RGB (Red+Green+Blue) = 195+194+82=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C252 is #3C3DAD. Grayscale: #B5B5B5. Windows color (decimal): -3947950 or 5423811. OLE color: 5423811.

HSL color Cylindrical-coordinate representation of color #C3C252: hue angle of 59.47º 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 #C3C252 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19519482-
CMYK00.010.580.24
HSL59.47º48.5%54.31%-
HSV(B)59.47º57.95%76.47%-
XYZ43.3250.7915.5-
YUV181.5371.83137.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=41.40%
G=41.19%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951948200.010.580.2459.4748.554.31
HexC3C252013A183b3036
Octal303302122017230736066
Binary110000111100001010100100111101011000111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C252; }

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

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

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

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

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

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

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

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