#BDC94F

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

Shades of Celery #BDC94F

Tints of Celery #BDC94F

Color information

#BDC94F (or 0xBDC94F) is unknown color: approx Celery. HEX triplet: BD, C9 and 4F. RGB value is (189,201,79). Sum of RGB (Red+Green+Blue) = 189+201+79=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC94F is #4236B0. Grayscale: #B7B7B7. Windows color (decimal): -4339377 or 5228989. OLE color: 5228989.

HSL color Cylindrical-coordinate representation of color #BDC94F: hue angle of 65.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC94F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB18920179-
CMYK0.0600.610.21
HSL65.9º53.04%54.9%-
HSV(B)65.9º60.7%78.82%-
XYZ43.2853.1615.38-
YUV183.569.02131.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 201 (78.91% from 255) = 42.86%
BLUE value IS 79 (31.25% from 255) = 16.84%
R=40.30%
G=42.86%
B=16.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201790.0600.610.2165.953.0454.9
HexBDC94F603D15423537
Octal2753111176075251026567
Binary101111011100100110011111100111101101011000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC94F; }

 p { color: rgb(189,201,79); }

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

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

 a { background-color: rgb(189,201,79); }

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

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

 span { border-color: rgb(189,201,79); }

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