#bdc43f

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

Shades of Celery #BDC43F

Tints of Celery #BDC43F

Color information

#BDC43F (or 0xBDC43F) is unknown color: approx Celery. HEX triplet: BD, C4 and 3F. RGB value is (189,196,63). Sum of RGB (Red+Green+Blue) = 189+196+63=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC43F is #423BC0. Grayscale: #B3B3B3. Windows color (decimal): -4340673 or 4179133. OLE color: 4179133.

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

Color convert

RGB18919663-
CMYK0.0400.680.23
HSL63.16º52.99%50.78%-
HSV(B)63.16º67.86%76.86%-
XYZ41.6250.6612.29-
YUV178.7462.68135.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 196 (76.95% from 255) = 43.75%
BLUE value IS 63 (25% from 255) = 14.06%
R=42.19%
G=43.75%
B=14.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196630.0400.680.2363.1652.9950.78
HexBDC43F4044173f3533
Octal275304774010427776563
Binary10111101110001001111111000100010010111111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdc43f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdc43f; }

 p { color: rgb(189,196,63); }

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

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

 a { background-color: rgb(189,196,63); }

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

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

 span { border-color: rgb(189,196,63); }

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