#BDC54B

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

Shades of Celery #BDC54B

Tints of Celery #BDC54B

Color information

#BDC54B (or 0xBDC54B) is unknown color: approx Celery. HEX triplet: BD, C5 and 4B. RGB value is (189,197,75). Sum of RGB (Red+Green+Blue) = 189+197+75=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC54B is #423AB4. Grayscale: #B5B5B5. Windows color (decimal): -4340405 or 4965821. OLE color: 4965821.

HSL color Cylindrical-coordinate representation of color #BDC54B: hue angle of 63.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC54B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB18919775-
CMYK0.0400.620.23
HSL63.93º51.26%53.33%-
HSV(B)63.93º61.93%77.25%-
XYZ42.2251.2614.33-
YUV180.768.35133.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=41.00%
G=42.73%
B=16.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197750.0400.620.2363.9351.2653.33
HexBDC54B403E17403335
Octal2753051134076271006365
Binary101111011100010110010111000111110101111000000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC54B; }

 p { color: rgb(189,197,75); }

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

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

 a { background-color: rgb(189,197,75); }

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

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

 span { border-color: rgb(189,197,75); }

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