#BDBF43

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

Shades of Celery #BDBF43

Tints of Celery #BDBF43

Color information

#BDBF43 (or 0xBDBF43) is unknown color: approx Celery. HEX triplet: BD, BF and 43. RGB value is (189,191,67). Sum of RGB (Red+Green+Blue) = 189+191+67=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF43 is #4240BC. Grayscale: #B0B0B0. Windows color (decimal): -4341949 or 4439997. OLE color: 4439997.

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

Color convert

RGB18919167-
CMYK0.0100.650.25
HSL60.97º49.21%50.59%-
HSV(B)60.97º64.92%74.9%-
XYZ40.6348.4912.53-
YUV176.2766.34137.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 67 (26.56% from 255) = 14.99%
R=42.28%
G=42.73%
B=14.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191670.0100.650.2560.9749.2150.59
HexBDBF431041193d3133
Octal2752771031010131756163
Binary1011110110111111100001110100000111001111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF43; }

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

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

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

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

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

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

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

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