#B1B448

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

Shades of Celery #B1B448

Tints of Celery #B1B448

Color information

#B1B448 (or 0xB1B448) is unknown color: approx Celery. HEX triplet: B1, B4 and 48. RGB value is (177,180,72). Sum of RGB (Red+Green+Blue) = 177+180+72=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B448 is #4E4BB7. Grayscale: #A7A7A7. Windows color (decimal): -5131192 or 4764849. OLE color: 4764849.

HSL color Cylindrical-coordinate representation of color #B1B448: hue angle of 61.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1B448 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17718072-
CMYK0.0200.600.29
HSL61.67º42.86%49.41%-
HSV(B)61.67º60%70.59%-
XYZ35.6242.4612.45-
YUV166.7974.51135.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=41.26%
G=41.96%
B=16.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177180720.0200.600.2961.6742.8649.41
HexB1B448203C1D3e2b31
Octal261264110207435765361
Binary1011000110110100100100010011110011101111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B448; }

 p { color: rgb(177,180,72); }

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

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

 a { background-color: rgb(177,180,72); }

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

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

 span { border-color: rgb(177,180,72); }

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