#B4B73C

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

Shades of Celery #B4B73C

Tints of Celery #B4B73C

Color information

#B4B73C (or 0xB4B73C) is unknown color: approx Celery. HEX triplet: B4, B7 and 3C. RGB value is (180,183,60). Sum of RGB (Red+Green+Blue) = 180+183+60=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B73C is #4B48C3. Grayscale: #A8A8A8. Windows color (decimal): -4933828 or 3979188. OLE color: 3979188.

HSL color Cylindrical-coordinate representation of color #B4B73C: hue angle of 61.46º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4B73C is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18018360-
CMYK0.0200.670.28
HSL61.46º50.62%47.65%-
HSV(B)61.46º67.21%71.76%-
XYZ36.5743.910.82-
YUV168.0867.01136.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=42.55%
G=43.26%
B=14.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183600.0200.670.2861.4650.6247.65
HexB4B73C20431C3d3330
Octal264267742010334756360
Binary1011010010110111111100100100001111100111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B73C; }

 p { color: rgb(180,183,60); }

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

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

 a { background-color: rgb(180,183,60); }

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

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

 span { border-color: rgb(180,183,60); }

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