#BDC74F

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

Shades of Celery #BDC74F

Tints of Celery #BDC74F

Color information

#BDC74F (or 0xBDC74F) is unknown color: approx Celery. HEX triplet: BD, C7 and 4F. RGB value is (189,199,79). Sum of RGB (Red+Green+Blue) = 189+199+79=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC74F is #4238B0. Grayscale: #B6B6B6. Windows color (decimal): -4339889 or 5228477. OLE color: 5228477.

HSL color Cylindrical-coordinate representation of color #BDC74F: hue angle of 65º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC74F is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB18919979-
CMYK0.0500.600.22
HSL65º51.72%54.51%-
HSV(B)65º60.3%78.04%-
XYZ42.8252.2315.22-
YUV182.3369.69132.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 79 (31.25% from 255) = 16.92%
R=40.47%
G=42.61%
B=16.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189199790.0500.600.226551.7254.51
HexBDC74F503C16413437
Octal2753071175074261016467
Binary101111011100011110011111010111100101101000001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC74F; }

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

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

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

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

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

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

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

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