#B2BD3F

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

Shades of Celery #B2BD3F

Tints of Celery #B2BD3F

Color information

#B2BD3F (or 0xB2BD3F) is unknown color: approx Celery. HEX triplet: B2, BD and 3F. RGB value is (178,189,63). Sum of RGB (Red+Green+Blue) = 178+189+63=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD3F is #4D42C0. Grayscale: #ABABAB. Windows color (decimal): -5063361 or 4177330. OLE color: 4177330.

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

Color convert

RGB17818963-
CMYK0.0600.670.26
HSL65.24º50%49.41%-
HSV(B)65.24º66.67%74.12%-
XYZ37.4546.2211.65-
YUV171.3566.86132.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 63 (25% from 255) = 14.65%
R=41.40%
G=43.95%
B=14.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189630.0600.670.2665.245049.41
HexB2BD3F60431A413231
Octal2622757760103321016261
Binary101100101011110111111111001000011110101000001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD3F; }

 p { color: rgb(178,189,63); }

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

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

 a { background-color: rgb(178,189,63); }

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

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

 span { border-color: rgb(178,189,63); }

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