#C0C348

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

Shades of Celery #C0C348

Tints of Celery #C0C348

Color information

#C0C348 (or 0xC0C348) is unknown color: approx Celery. HEX triplet: C0, C3 and 48. RGB value is (192,195,72). Sum of RGB (Red+Green+Blue) = 192+195+72=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C348 is #3F3CB7. Grayscale: #B4B4B4. Windows color (decimal): -4144312 or 4768704. OLE color: 4768704.

HSL color Cylindrical-coordinate representation of color #C0C348: hue angle of 61.46º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0C348 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19219572-
CMYK0.0200.630.24
HSL61.46º50.62%52.35%-
HSV(B)61.46º63.08%76.47%-
XYZ42.4250.713.68-
YUV180.0867.01136.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 72 (28.52% from 255) = 15.69%
R=41.83%
G=42.48%
B=15.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192195720.0200.630.2461.4650.6252.35
HexC0C348203F183d3334
Octal300303110207730756364
Binary1100000011000011100100010011111111000111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C348; }

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

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

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

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

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

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

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

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