#BDC340

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

Shades of Celery #BDC340

Tints of Celery #BDC340

Color information

#BDC340 (or 0xBDC340) is unknown color: approx Celery. HEX triplet: BD, C3 and 40. RGB value is (189,195,64). Sum of RGB (Red+Green+Blue) = 189+195+64=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC340 is #423CBF. Grayscale: #B2B2B2. Windows color (decimal): -4340928 or 4244413. OLE color: 4244413.

HSL color Cylindrical-coordinate representation of color #BDC340: hue angle of 62.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC340 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB18919564-
CMYK0.0300.670.24
HSL62.75º52.19%50.78%-
HSV(B)62.75º67.18%76.47%-
XYZ41.4350.2212.36-
YUV178.2763.51135.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 195 (76.56% from 255) = 43.53%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=42.19%
G=43.53%
B=14.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195640.0300.670.2462.7552.1950.78
HexBDC3403043183f3433
Octal2753031003010330776463
Binary10111101110000111000000110100001111000111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC340; }

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

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

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

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

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

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

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

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