#B1C249

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

Shades of Celery #B1C249

Tints of Celery #B1C249

Color information

#B1C249 (or 0xB1C249) is unknown color: approx Celery. HEX triplet: B1, C2 and 49. RGB value is (177,194,73). Sum of RGB (Red+Green+Blue) = 177+194+73=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C249 is #4E3DB6. Grayscale: #AFAFAF. Windows color (decimal): -5127607 or 4833969. OLE color: 4833969.

HSL color Cylindrical-coordinate representation of color #B1C249: hue angle of 68.43º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1C249 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB17719473-
CMYK0.0900.620.24
HSL68.43º49.79%52.35%-
HSV(B)68.43º62.37%76.08%-
XYZ38.6348.4113.61-
YUV175.1270.37129.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=39.86%
G=43.69%
B=16.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177194730.0900.620.2468.4349.7952.35
HexB1C249903E18443234
Octal26130211111076301046264
Binary1011000111000010100100110010111110110001000100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C249; }

 p { color: rgb(177,194,73); }

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

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

 a { background-color: rgb(177,194,73); }

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

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

 span { border-color: rgb(177,194,73); }

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