#BDBF4A

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

Shades of Celery #BDBF4A

Tints of Celery #BDBF4A

Color information

#BDBF4A (or 0xBDBF4A) is unknown color: approx Celery. HEX triplet: BD, BF and 4A. RGB value is (189,191,74). Sum of RGB (Red+Green+Blue) = 189+191+74=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF4A is #4240B5. Grayscale: #B1B1B1. Windows color (decimal): -4341942 or 4898749. OLE color: 4898749.

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

Color convert

RGB18919174-
CMYK0.0100.610.25
HSL61.03º47.76%51.96%-
HSV(B)61.03º61.26%74.9%-
XYZ40.8548.5713.7-
YUV177.0669.84136.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=41.63%
G=42.07%
B=16.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191740.0100.610.2561.0347.7651.96
HexBDBF4A103D193d3034
Octal275277112107531756064
Binary101111011011111110010101011110111001111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF4A; }

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

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

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

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

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

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

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

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