#BDC34C

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

Shades of Celery #BDC34C

Tints of Celery #BDC34C

Color information

#BDC34C (or 0xBDC34C) is unknown color: approx Celery. HEX triplet: BD, C3 and 4C. RGB value is (189,195,76). Sum of RGB (Red+Green+Blue) = 189+195+76=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC34C is #423CB3. Grayscale: #B4B4B4. Windows color (decimal): -4340916 or 5030845. OLE color: 5030845.

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

Color convert

RGB18919576-
CMYK0.0300.610.24
HSL63.03º49.79%53.14%-
HSV(B)63.03º61.03%76.47%-
XYZ41.8150.3714.36-
YUV179.6469.51134.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 76 (30.08% from 255) = 16.52%
R=41.09%
G=42.39%
B=16.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195760.0300.610.2463.0349.7953.14
HexBDC34C303D183f3235
Octal275303114307530776265
Binary1011110111000011100110011011110111000111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC34C; }

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

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

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

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

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

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

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

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