#B4B93D

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

Shades of Celery #B4B93D

Tints of Celery #B4B93D

Color information

#B4B93D (or 0xB4B93D) is unknown color: approx Celery. HEX triplet: B4, B9 and 3D. RGB value is (180,185,61). Sum of RGB (Red+Green+Blue) = 180+185+61=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B93D is #4B46C2. Grayscale: #A9A9A9. Windows color (decimal): -4933315 or 4045236. OLE color: 4045236.

HSL color Cylindrical-coordinate representation of color #B4B93D: hue angle of 62.42º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4B93D is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18018561-
CMYK0.0300.670.27
HSL62.42º50.41%48.24%-
HSV(B)62.42º67.03%72.55%-
XYZ37.0144.7411.1-
YUV169.3766.84135.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=42.25%
G=43.43%
B=14.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185610.0300.670.2762.4250.4148.24
HexB4B93D30431B3e3230
Octal264271753010333766260
Binary1011010010111001111101110100001111011111110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B93D; }

 p { color: rgb(180,185,61); }

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

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

 a { background-color: rgb(180,185,61); }

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

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

 span { border-color: rgb(180,185,61); }

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