#BDC942

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

Shades of Celery #BDC942

Tints of Celery #BDC942

Color information

#BDC942 (or 0xBDC942) is unknown color: approx Celery. HEX triplet: BD, C9 and 42. RGB value is (189,201,66). Sum of RGB (Red+Green+Blue) = 189+201+66=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC942 is #4236BD. Grayscale: #B6B6B6. Windows color (decimal): -4339390 or 4377021. OLE color: 4377021.

HSL color Cylindrical-coordinate representation of color #BDC942: hue angle of 65.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC942 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB18920166-
CMYK0.0600.670.21
HSL65.33º55.56%52.35%-
HSV(B)65.33º67.16%78.82%-
XYZ42.8652.9913.12-
YUV182.0262.52132.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 66 (26.17% from 255) = 14.47%
R=41.45%
G=44.08%
B=14.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201660.0600.670.2165.3355.5652.35
HexBDC942604315413834
Octal27531110260103251017064
Binary1011110111001001100001011001000011101011000001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC942; }

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

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

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

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

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

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

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

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