#B2BD3E

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

Shades of Celery #B2BD3E

Tints of Celery #B2BD3E

Color information

#B2BD3E (or 0xB2BD3E) is unknown color: approx Celery. HEX triplet: B2, BD and 3E. RGB value is (178,189,62). Sum of RGB (Red+Green+Blue) = 178+189+62=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD3E is #4D42C1. Grayscale: #ABABAB. Windows color (decimal): -5063362 or 4111794. OLE color: 4111794.

HSL color Cylindrical-coordinate representation of color #B2BD3E: 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.67%. Process color model (Four color, CMYK) of #B2BD3E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB17818962-
CMYK0.0600.670.26
HSL65.2º50.6%49.22%-
HSV(B)65.2º67.2%74.12%-
XYZ37.4346.2111.5-
YUV171.2366.36132.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 62 (24.61% from 255) = 14.45%
R=41.49%
G=44.06%
B=14.45%

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
Decimal178189620.0600.670.2665.250.649.22
HexB2BD3E60431A413331
Octal2622757660103321016361
Binary101100101011110111111011001000011110101000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD3E; }

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

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

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

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

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

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

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

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