#B5B93D

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

Shades of Celery #B5B93D

Tints of Celery #B5B93D

Color information

#B5B93D (or 0xB5B93D) is unknown color: approx Celery. HEX triplet: B5, B9 and 3D. RGB value is (181,185,61). Sum of RGB (Red+Green+Blue) = 181+185+61=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B93D is #4A46C2. Grayscale: #AAAAAA. Windows color (decimal): -4867779 or 4045237. OLE color: 4045237.

HSL color Cylindrical-coordinate representation of color #B5B93D: hue angle of 61.94º 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 #B5B93D is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18118561-
CMYK0.0200.670.27
HSL61.94º50.41%48.24%-
HSV(B)61.94º67.03%72.55%-
XYZ37.2544.8611.11-
YUV169.6766.67136.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 185 (72.66% from 255) = 43.33%
BLUE value IS 61 (24.22% from 255) = 14.29%
R=42.39%
G=43.33%
B=14.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181185610.0200.670.2761.9450.4148.24
HexB5B93D20431B3e3230
Octal265271752010333766260
Binary1011010110111001111101100100001111011111110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B93D; }

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

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

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

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

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

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

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

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