#BDC34A

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

Shades of Celery #BDC34A

Tints of Celery #BDC34A

Color information

#BDC34A (or 0xBDC34A) is unknown color: approx Celery. HEX triplet: BD, C3 and 4A. RGB value is (189,195,74). Sum of RGB (Red+Green+Blue) = 189+195+74=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC34A is #423CB5. Grayscale: #B3B3B3. Windows color (decimal): -4340918 or 4899773. OLE color: 4899773.

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

Color convert

RGB18919574-
CMYK0.0300.620.24
HSL62.98º50.21%52.75%-
HSV(B)62.98º62.05%76.47%-
XYZ41.7450.3414-
YUV179.4168.51134.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=41.27%
G=42.58%
B=16.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195740.0300.620.2462.9850.2152.75
HexBDC34A303E183f3235
Octal275303112307630776265
Binary1011110111000011100101011011111011000111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC34A; }

 p { color: rgb(189,195,74); }

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

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

 a { background-color: rgb(189,195,74); }

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

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

 span { border-color: rgb(189,195,74); }

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