#C3CD48

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

Shades of Celery #C3CD48

Tints of Celery #C3CD48

Color information

#C3CD48 (or 0xC3CD48) is unknown color: approx Celery. HEX triplet: C3, CD and 48. RGB value is (195,205,72). Sum of RGB (Red+Green+Blue) = 195+205+72=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CD48 is #3C32B7. Grayscale: #BBBBBB. Windows color (decimal): -3945144 or 4771267. OLE color: 4771267.

HSL color Cylindrical-coordinate representation of color #C3CD48: hue angle of 64.51º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3CD48 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB19520572-
CMYK0.0500.650.20
HSL64.51º57.08%54.31%-
HSV(B)64.51º64.88%80.39%-
XYZ45.5155.7314.49-
YUV186.8563.19133.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 72 (28.52% from 255) = 15.25%
R=41.31%
G=43.43%
B=15.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195205720.0500.650.2064.5157.0854.31
HexC3CD48504114413936
Octal30331511050101241017166
Binary1100001111001101100100010101000001101001000001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD48; }

 p { color: rgb(195,205,72); }

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

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

 a { background-color: rgb(195,205,72); }

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

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

 span { border-color: rgb(195,205,72); }

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