#B1CC46

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

Shades of Celery #B1CC46

Tints of Celery #B1CC46

Color information

#B1CC46 (or 0xB1CC46) is unknown color: approx Celery. HEX triplet: B1, CC and 46. RGB value is (177,204,70). Sum of RGB (Red+Green+Blue) = 177+204+70=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC46 is #4E33B9. Grayscale: #B5B5B5. Windows color (decimal): -5125050 or 4639921. OLE color: 4639921.

HSL color Cylindrical-coordinate representation of color #B1CC46: hue angle of 72.09º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1CC46 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB17720470-
CMYK0.1300.660.2
HSL72.09º56.78%53.73%-
HSV(B)72.09º65.69%80%-
XYZ40.8352.9813.87-
YUV180.6565.55125.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 70 (27.73% from 255) = 15.52%
R=39.25%
G=45.23%
B=15.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177204700.1300.660.272.0956.7853.73
HexB1CC46D04214483936
Octal261314106150102241107166
Binary10110001110011001000110110101000010101001001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC46; }

 p { color: rgb(177,204,70); }

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

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

 a { background-color: rgb(177,204,70); }

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

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

 span { border-color: rgb(177,204,70); }

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