#B1BC3B

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

Shades of Celery #B1BC3B

Tints of Celery #B1BC3B

Color information

#B1BC3B (or 0xB1BC3B) is unknown color: approx Celery. HEX triplet: B1, BC and 3B. RGB value is (177,188,59). Sum of RGB (Red+Green+Blue) = 177+188+59=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC3B is #4E43C4. Grayscale: #AAAAAA. Windows color (decimal): -5129157 or 3914929. OLE color: 3914929.

HSL color Cylindrical-coordinate representation of color #B1BC3B: hue angle of 65.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1BC3B is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB17718859-
CMYK0.0600.690.26
HSL65.12º52.23%48.43%-
HSV(B)65.12º68.62%73.73%-
XYZ36.945.6311-
YUV17065.36132.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=41.75%
G=44.34%
B=13.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177188590.0600.690.2665.1252.2348.43
HexB1BC3B60451A413430
Octal2612747360105321016460
Binary101100011011110011101111001000101110101000001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC3B; }

 p { color: rgb(177,188,59); }

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

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

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

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

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

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

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