#C3BF48

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

Shades of Celery #C3BF48

Tints of Celery #C3BF48

Color information

#C3BF48 (or 0xC3BF48) is unknown color: approx Celery. HEX triplet: C3, BF and 48. RGB value is (195,191,72). Sum of RGB (Red+Green+Blue) = 195+191+72=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF48 is #3C40B7. Grayscale: #B3B3B3. Windows color (decimal): -3948728 or 4767683. OLE color: 4767683.

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

Color convert

RGB19519172-
CMYK00.020.630.24
HSL58.05º50.62%52.35%-
HSV(B)58.05º63.08%76.47%-
XYZ42.3149.3313.42-
YUV178.6367.83139.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=42.58%
G=41.70%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951917200.020.630.2458.0550.6252.35
HexC3BF48023F183a3334
Octal303277110027730726364
Binary1100001110111111100100001011111111000111010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF48; }

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

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

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

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

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

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

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

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