#C1BD4E

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

Shades of Celery #C1BD4E

Tints of Celery #C1BD4E

Color information

#C1BD4E (or 0xC1BD4E) is unknown color: approx Celery. HEX triplet: C1, BD and 4E. RGB value is (193,189,78). Sum of RGB (Red+Green+Blue) = 193+189+78=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD4E is #3E42B1. Grayscale: #B1B1B1. Windows color (decimal): -4080306 or 5160385. OLE color: 5160385.

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

Color convert

RGB19318978-
CMYK00.020.600.24
HSL57.91º48.12%53.14%-
HSV(B)57.91º59.59%75.69%-
XYZ41.5748.2814.34-
YUV177.5471.83139.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=41.96%
G=41.09%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931897800.020.600.2457.9148.1253.14
HexC1BD4E023C183a3035
Octal301275116027430726065
Binary1100000110111101100111001011110011000111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD4E; }

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

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

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

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

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

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

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

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