#B1BC3D

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

Shades of Celery #B1BC3D

Tints of Celery #B1BC3D

Color information

#B1BC3D (or 0xB1BC3D) is unknown color: approx Celery. HEX triplet: B1, BC and 3D. RGB value is (177,188,61). Sum of RGB (Red+Green+Blue) = 177+188+61=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC3D is #4E43C2. Grayscale: #AAAAAA. Windows color (decimal): -5129155 or 4046001. OLE color: 4046001.

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

Color convert

RGB17718861-
CMYK0.0600.680.26
HSL65.2º51%48.82%-
HSV(B)65.2º67.55%73.73%-
XYZ36.9645.6511.28-
YUV170.2366.36132.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=41.55%
G=44.13%
B=14.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177188610.0600.680.2665.25148.82
HexB1BC3D60441A413331
Octal2612747560104321016361
Binary101100011011110011110111001000100110101000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC3D; }

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

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

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

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

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

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

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

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