#BDBF42

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

Shades of Celery #BDBF42

Tints of Celery #BDBF42

Color information

#BDBF42 (or 0xBDBF42) is unknown color: approx Celery. HEX triplet: BD, BF and 42. RGB value is (189,191,66). Sum of RGB (Red+Green+Blue) = 189+191+66=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF42 is #4240BD. Grayscale: #B0B0B0. Windows color (decimal): -4341950 or 4374461. OLE color: 4374461.

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

Color convert

RGB18919166-
CMYK0.0100.650.25
HSL60.96º49.41%50.39%-
HSV(B)60.96º65.45%74.9%-
XYZ40.648.4712.37-
YUV176.1565.84137.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=42.38%
G=42.83%
B=14.80%

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
Decimal189191660.0100.650.2560.9649.4150.39
HexBDBF421041193d3132
Octal2752771021010131756162
Binary1011110110111111100001010100000111001111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF42; }

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

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

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

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

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

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

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

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