#B1C13A

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

Shades of Celery #B1C13A

Tints of Celery #B1C13A

Color information

#B1C13A (or 0xB1C13A) is unknown color: approx Celery. HEX triplet: B1, C1 and 3A. RGB value is (177,193,58). Sum of RGB (Red+Green+Blue) = 177+193+58=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C13A is #4E3EC5. Grayscale: #ADADAD. Windows color (decimal): -5127878 or 3850673. OLE color: 3850673.

HSL color Cylindrical-coordinate representation of color #B1C13A: hue angle of 67.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1C13A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB17719358-
CMYK0.0800.700.24
HSL67.11º53.78%49.22%-
HSV(B)67.11º69.95%75.69%-
XYZ37.9747.7911.23-
YUV172.8363.2130.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 193 (75.78% from 255) = 45.09%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=41.36%
G=45.09%
B=13.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177193580.0800.700.2467.1153.7849.22
HexB1C13A804618433631
Octal26130172100106301036661
Binary1011000111000001111010100001000110110001000011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C13A; }

 p { color: rgb(177,193,58); }

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

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

 a { background-color: rgb(177,193,58); }

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

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

 span { border-color: rgb(177,193,58); }

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