#B3B34B

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

Shades of Celery #B3B34B

Tints of Celery #B3B34B

Color information

#B3B34B (or 0xB3B34B) is unknown color: approx Celery. HEX triplet: B3, B3 and 4B. RGB value is (179,179,75). Sum of RGB (Red+Green+Blue) = 179+179+75=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B34B is #4C4CB4. Grayscale: #A7A7A7. Windows color (decimal): -5000373 or 4961203. OLE color: 4961203.

HSL color Cylindrical-coordinate representation of color #B3B34B: hue angle of 60º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3B34B is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17917975-
CMYK000.580.30
HSL60º40.94%49.8%-
HSV(B)60º58.1%70.2%-
XYZ35.9842.3312.93-
YUV167.1476136.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=41.34%
G=41.34%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917975000.580.306040.9449.8
HexB3B34B003A1E3c2932
Octal263263113007236745162
Binary101100111011001110010110011101011110111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B34B; }

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

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

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

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

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

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

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

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