#BDC140

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

Shades of Celery #BDC140

Tints of Celery #BDC140

Color information

#BDC140 (or 0xBDC140) is unknown color: approx Celery. HEX triplet: BD, C1 and 40. RGB value is (189,193,64). Sum of RGB (Red+Green+Blue) = 189+193+64=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC140 is #423EBF. Grayscale: #B1B1B1. Windows color (decimal): -4341440 or 4243901. OLE color: 4243901.

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

Color convert

RGB18919364-
CMYK0.0200.670.24
HSL61.86º50.99%50.39%-
HSV(B)61.86º66.84%75.69%-
XYZ40.9849.3312.21-
YUV177.164.17136.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 64 (25.39% from 255) = 14.35%
R=42.38%
G=43.27%
B=14.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193640.0200.670.2461.8650.9950.39
HexBDC1402043183e3332
Octal2753011002010330766362
Binary10111101110000011000000100100001111000111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC140; }

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

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

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

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

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

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

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

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