#BDC147

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

Shades of Celery #BDC147

Tints of Celery #BDC147

Color information

#BDC147 (or 0xBDC147) is unknown color: approx Celery. HEX triplet: BD, C1 and 47. RGB value is (189,193,71). Sum of RGB (Red+Green+Blue) = 189+193+71=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC147 is #423EB8. Grayscale: #B2B2B2. Windows color (decimal): -4341433 or 4702653. OLE color: 4702653.

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

Color convert

RGB18919371-
CMYK0.0200.630.24
HSL61.97º49.59%51.76%-
HSV(B)61.97º63.21%75.69%-
XYZ41.1949.4113.33-
YUV177.967.67135.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 71 (28.12% from 255) = 15.67%
R=41.72%
G=42.60%
B=15.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193710.0200.630.2461.9749.5951.76
HexBDC147203F183e3234
Octal275301107207730766264
Binary1011110111000001100011110011111111000111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC147; }

 p { color: rgb(189,193,71); }

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

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

 a { background-color: rgb(189,193,71); }

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

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

 span { border-color: rgb(189,193,71); }

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