#B7BD45

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

Shades of Celery #B7BD45

Tints of Celery #B7BD45

Color information

#B7BD45 (or 0xB7BD45) is unknown color: approx Celery. HEX triplet: B7, BD and 45. RGB value is (183,189,69). Sum of RGB (Red+Green+Blue) = 183+189+69=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD45 is #4842BA. Grayscale: #AEAEAE. Windows color (decimal): -4735675 or 4570551. OLE color: 4570551.

HSL color Cylindrical-coordinate representation of color #B7BD45: hue angle of 63º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7BD45 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18318969-
CMYK0.0300.630.26
HSL63º47.62%50.59%-
HSV(B)63º63.49%74.12%-
XYZ38.846.8912.64-
YUV173.5369.01134.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=41.50%
G=42.86%
B=15.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183189690.0300.630.266347.6250.59
HexB7BD45303F1A3f3033
Octal267275105307732776063
Binary1011011110111101100010111011111111010111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BD45; }

 p { color: rgb(183,189,69); }

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

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

 a { background-color: rgb(183,189,69); }

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

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

 span { border-color: rgb(183,189,69); }

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