#BDC03E

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

Shades of Celery #BDC03E

Tints of Celery #BDC03E

Color information

#BDC03E (or 0xBDC03E) is unknown color: approx Celery. HEX triplet: BD, C0 and 3E. RGB value is (189,192,62). Sum of RGB (Red+Green+Blue) = 189+192+62=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC03E is #423FC1. Grayscale: #B0B0B0. Windows color (decimal): -4341698 or 4112573. OLE color: 4112573.

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

Color convert

RGB18919262-
CMYK0.0200.680.25
HSL61.38º51.18%49.8%-
HSV(B)61.38º67.71%75.29%-
XYZ40.7148.8711.84-
YUV176.2863.51137.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 62 (24.61% from 255) = 14.00%
R=42.66%
G=43.34%
B=14.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192620.0200.680.2561.3851.1849.8
HexBDC03E2044193d3332
Octal275300762010431756362
Binary1011110111000000111110100100010011001111101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC03E; }

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

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

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

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

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

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

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

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