#BDC038

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

Shades of Celery #BDC038

Tints of Celery #BDC038

Color information

#BDC038 (or 0xBDC038) is unknown color: approx Celery. HEX triplet: BD, C0 and 38. RGB value is (189,192,56). Sum of RGB (Red+Green+Blue) = 189+192+56=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC038 is #423FC7. Grayscale: #B0B0B0. Windows color (decimal): -4341704 or 3719357. OLE color: 3719357.

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

Color convert

RGB18919256-
CMYK0.0200.710.25
HSL61.32º54.84%48.63%-
HSV(B)61.32º70.83%75.29%-
XYZ40.5548.811.02-
YUV175.660.51137.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 192 (75.39% from 255) = 43.94%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=43.25%
G=43.94%
B=12.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192560.0200.710.2561.3254.8448.63
HexBDC0382047193d3731
Octal275300702010731756761
Binary1011110111000000111000100100011111001111101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC038; }

 p { color: rgb(189,192,56); }

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

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

 a { background-color: rgb(189,192,56); }

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

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

 span { border-color: rgb(189,192,56); }

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