#BDC151

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

Shades of Celery #BDC151

Tints of Celery #BDC151

Color information

#BDC151 (or 0xBDC151) is unknown color: approx Celery. HEX triplet: BD, C1 and 51. RGB value is (189,193,81). Sum of RGB (Red+Green+Blue) = 189+193+81=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC151 is #423EAE. Grayscale: #B3B3B3. Windows color (decimal): -4341423 or 5358013. OLE color: 5358013.

HSL color Cylindrical-coordinate representation of color #BDC151: hue angle of 62.14º degrees, saturation: 0.47, 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 #BDC151 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB18919381-
CMYK0.0200.580.24
HSL62.14º47.46%53.73%-
HSV(B)62.14º58.03%75.69%-
XYZ41.5449.5515.16-
YUV179.0472.67135.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 81 (32.03% from 255) = 17.49%
R=40.82%
G=41.68%
B=17.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193810.0200.580.2462.1447.4653.73
HexBDC151203A183e2f36
Octal275301121207230765766
Binary1011110111000001101000110011101011000111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC151; }

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

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

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

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

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

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

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

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