#bdbc40

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

Shades of Celery #BDBC40

Tints of Celery #BDBC40

Color information

#BDBC40 (or 0xBDBC40) is unknown color: approx Celery. HEX triplet: BD, BC and 40. RGB value is (189,188,64). Sum of RGB (Red+Green+Blue) = 189+188+64=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC40 is #4243BF. Grayscale: #AEAEAE. Windows color (decimal): -4342720 or 4242621. OLE color: 4242621.

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

Color convert

RGB18918864-
CMYK00.010.660.26
HSL59.52º49.41%49.61%-
HSV(B)59.52º66.14%74.12%-
XYZ39.8947.1611.85-
YUV174.1665.83138.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 64 (25.39% from 255) = 14.51%
R=42.86%
G=42.63%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891886400.010.660.2659.5249.4149.61
HexBDBC4001421A3c3132
Octal2752741000110232746162
Binary1011110110111100100000001100001011010111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdbc40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdbc40; }

 p { color: rgb(189,188,64); }

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

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

 a { background-color: rgb(189,188,64); }

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

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

 span { border-color: rgb(189,188,64); }

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