#B1B14B

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

Shades of Celery #B1B14B

Tints of Celery #B1B14B

Color information

#B1B14B (or 0xB1B14B) is unknown color: approx Celery. HEX triplet: B1, B1 and 4B. RGB value is (177,177,75). Sum of RGB (Red+Green+Blue) = 177+177+75=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B14B is #4E4EB4. Grayscale: #A5A5A5. Windows color (decimal): -5131957 or 4960689. OLE color: 4960689.

HSL color Cylindrical-coordinate representation of color #B1B14B: hue angle of 60º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1B14B is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17717775-
CMYK000.580.31
HSL60º40.48%49.41%-
HSV(B)60º57.63%69.41%-
XYZ35.1241.312.78-
YUV165.3777136.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=41.26%
G=41.26%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717775000.580.316040.4849.41
HexB1B14B003A1F3c2831
Octal261261113007237745061
Binary101100011011000110010110011101011111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B14B; }

 p { color: rgb(177,177,75); }

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

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

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

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

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

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

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