#BDBF50

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

Shades of Celery #BDBF50

Tints of Celery #BDBF50

Color information

#BDBF50 (or 0xBDBF50) is unknown color: approx Celery. HEX triplet: BD, BF and 50. RGB value is (189,191,80). Sum of RGB (Red+Green+Blue) = 189+191+80=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF50 is #4240AF. Grayscale: #B2B2B2. Windows color (decimal): -4341936 or 5291965. OLE color: 5291965.

HSL color Cylindrical-coordinate representation of color #BDBF50: hue angle of 61.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDBF50 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB18919180-
CMYK0.0100.580.25
HSL61.08º46.44%53.14%-
HSV(B)61.08º58.12%74.9%-
XYZ41.0748.6614.82-
YUV177.7572.84136.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=41.09%
G=41.52%
B=17.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191800.0100.580.2561.0846.4453.14
HexBDBF50103A193d2e35
Octal275277120107231755665
Binary101111011011111110100001011101011001111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF50; }

 p { color: rgb(189,191,80); }

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

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

 a { background-color: rgb(189,191,80); }

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

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

 span { border-color: rgb(189,191,80); }

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