#B1C04A

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

Shades of Celery #B1C04A

Tints of Celery #B1C04A

Color information

#B1C04A (or 0xB1C04A) is unknown color: approx Celery. HEX triplet: B1, C0 and 4A. RGB value is (177,192,74). Sum of RGB (Red+Green+Blue) = 177+192+74=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C04A is #4E3FB5. Grayscale: #AEAEAE. Windows color (decimal): -5128118 or 4898993. OLE color: 4898993.

HSL color Cylindrical-coordinate representation of color #B1C04A: hue angle of 67.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1C04A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB17719274-
CMYK0.0800.610.25
HSL67.63º48.36%52.16%-
HSV(B)67.63º61.46%75.29%-
XYZ38.2247.5413.64-
YUV174.0671.53130.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 74 (29.30% from 255) = 16.70%
R=39.95%
G=43.34%
B=16.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177192740.0800.610.2567.6348.3652.16
HexB1C04A803D19443034
Octal26130011210075311046064
Binary1011000111000000100101010000111101110011000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C04A; }

 p { color: rgb(177,192,74); }

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

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

 a { background-color: rgb(177,192,74); }

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

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

 span { border-color: rgb(177,192,74); }

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