#BDC352

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

Shades of Celery #BDC352

Tints of Celery #BDC352

Color information

#BDC352 (or 0xBDC352) is unknown color: approx Celery. HEX triplet: BD, C3 and 52. RGB value is (189,195,82). Sum of RGB (Red+Green+Blue) = 189+195+82=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC352 is #423CAD. Grayscale: #B4B4B4. Windows color (decimal): -4340910 or 5424061. OLE color: 5424061.

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

Color convert

RGB18919582-
CMYK0.0300.580.24
HSL63.19º48.5%54.31%-
HSV(B)63.19º57.95%76.47%-
XYZ42.0250.4615.51-
YUV180.3272.51134.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=40.56%
G=41.85%
B=17.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195820.0300.580.2463.1948.554.31
HexBDC352303A183f3036
Octal275303122307230776066
Binary1011110111000011101001011011101011000111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC352; }

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

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

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

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

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

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

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

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