#BDC951

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

Shades of Celery #BDC951

Tints of Celery #BDC951

Color information

#BDC951 (or 0xBDC951) is unknown color: approx Celery. HEX triplet: BD, C9 and 51. RGB value is (189,201,81). Sum of RGB (Red+Green+Blue) = 189+201+81=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC951 is #4236AE. Grayscale: #B8B8B8. Windows color (decimal): -4339375 or 5360061. OLE color: 5360061.

HSL color Cylindrical-coordinate representation of color #BDC951: hue angle of 66º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC951 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB18920181-
CMYK0.0600.600.21
HSL66º52.63%55.29%-
HSV(B)66º59.7%78.82%-
XYZ43.3653.1915.77-
YUV183.7370.02131.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 81 (32.03% from 255) = 17.20%
R=40.13%
G=42.68%
B=17.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201810.0600.600.216652.6355.29
HexBDC951603C15423537
Octal2753111216074251026567
Binary101111011100100110100011100111100101011000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC951; }

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

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

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

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

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

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

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

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