#C3BE48

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

Shades of Celery #C3BE48

Tints of Celery #C3BE48

Color information

#C3BE48 (or 0xC3BE48) is unknown color: approx Celery. HEX triplet: C3, BE and 48. RGB value is (195,190,72). Sum of RGB (Red+Green+Blue) = 195+190+72=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE48 is #3C41B7. Grayscale: #B2B2B2. Windows color (decimal): -3948984 or 4767427. OLE color: 4767427.

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

Color convert

RGB19519072-
CMYK00.030.630.24
HSL57.56º50.62%52.35%-
HSV(B)57.56º63.08%76.47%-
XYZ42.0948.913.35-
YUV178.0468.16140.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=42.67%
G=41.58%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951907200.030.630.2457.5650.6252.35
HexC3BE48033F183a3334
Octal303276110037730726364
Binary1100001110111110100100001111111111000111010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE48; }

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

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

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

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

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

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

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

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