#C1BB4D

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

Shades of Celery #C1BB4D

Tints of Celery #C1BB4D

Color information

#C1BB4D (or 0xC1BB4D) is unknown color: approx Celery. HEX triplet: C1, BB and 4D. RGB value is (193,187,77). Sum of RGB (Red+Green+Blue) = 193+187+77=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB4D is #3E44B2. Grayscale: #B0B0B0. Windows color (decimal): -4080819 or 5094337. OLE color: 5094337.

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

Color convert

RGB19318777-
CMYK00.030.600.24
HSL56.9º48.33%52.94%-
HSV(B)56.9º60.1%75.69%-
XYZ41.147.4114.01-
YUV176.2571.99139.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=42.23%
G=40.92%
B=16.85%

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
Decimal1931877700.030.600.2456.948.3352.94
HexC1BB4D033C18393035
Octal301273115037430716065
Binary1100000110111011100110101111110011000111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB4D; }

 p { color: rgb(193,187,77); }

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

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

 a { background-color: rgb(193,187,77); }

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

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

 span { border-color: rgb(193,187,77); }

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