#C1BF42

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

Shades of Celery #C1BF42

Tints of Celery #C1BF42

Color information

#C1BF42 (or 0xC1BF42) is unknown color: approx Celery. HEX triplet: C1, BF and 42. RGB value is (193,191,66). Sum of RGB (Red+Green+Blue) = 193+191+66=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF42 is #3E40BD. Grayscale: #B1B1B1. Windows color (decimal): -4079806 or 4374465. OLE color: 4374465.

HSL color Cylindrical-coordinate representation of color #C1BF42: hue angle of 59.06º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1BF42 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19319166-
CMYK00.010.660.24
HSL59.06º50.6%50.78%-
HSV(B)59.06º65.8%75.69%-
XYZ41.6148.9912.42-
YUV177.3565.16139.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 66 (26.17% from 255) = 14.67%
R=42.89%
G=42.44%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931916600.010.660.2459.0650.650.78
HexC1BF420142183b3333
Octal3012771020110230736363
Binary1100000110111111100001001100001011000111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF42; }

 p { color: rgb(193,191,66); }

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

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

 a { background-color: rgb(193,191,66); }

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

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

 span { border-color: rgb(193,191,66); }

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