#B3BD4B

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

Shades of Celery #B3BD4B

Tints of Celery #B3BD4B

Color information

#B3BD4B (or 0xB3BD4B) is unknown color: approx Celery. HEX triplet: B3, BD and 4B. RGB value is (179,189,75). Sum of RGB (Red+Green+Blue) = 179+189+75=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD4B is #4C42B4. Grayscale: #ADADAD. Windows color (decimal): -4997813 or 4963763. OLE color: 4963763.

HSL color Cylindrical-coordinate representation of color #B3BD4B: hue angle of 65.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3BD4B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB17918975-
CMYK0.0500.600.26
HSL65.26º46.34%51.76%-
HSV(B)65.26º60.32%74.12%-
XYZ38.0646.4913.62-
YUV173.0172.69132.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=40.41%
G=42.66%
B=16.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179189750.0500.600.2665.2646.3451.76
HexB3BD4B503C1A412e34
Octal2632751135074321015664
Binary101100111011110110010111010111100110101000001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD4B; }

 p { color: rgb(179,189,75); }

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

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

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

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

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

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

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