#C1BC4E

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

Shades of Celery #C1BC4E

Tints of Celery #C1BC4E

Color information

#C1BC4E (or 0xC1BC4E) is unknown color: approx Celery. HEX triplet: C1, BC and 4E. RGB value is (193,188,78). Sum of RGB (Red+Green+Blue) = 193+188+78=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC4E is #3E43B1. Grayscale: #B1B1B1. Windows color (decimal): -4080562 or 5160129. OLE color: 5160129.

HSL color Cylindrical-coordinate representation of color #C1BC4E: hue angle of 57.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1BC4E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19318878-
CMYK00.030.600.24
HSL57.39º48.12%53.14%-
HSV(B)57.39º59.59%75.69%-
XYZ41.3547.8514.27-
YUV176.9672.16139.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=42.05%
G=40.96%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931887800.030.600.2457.3948.1253.14
HexC1BC4E033C18393035
Octal301274116037430716065
Binary1100000110111100100111001111110011000111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC4E; }

 p { color: rgb(193,188,78); }

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

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

 a { background-color: rgb(193,188,78); }

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

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

 span { border-color: rgb(193,188,78); }

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