#BDC843

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

Shades of Celery #BDC843

Tints of Celery #BDC843

Color information

#BDC843 (or 0xBDC843) is unknown color: approx Celery. HEX triplet: BD, C8 and 43. RGB value is (189,200,67). Sum of RGB (Red+Green+Blue) = 189+200+67=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC843 is #4237BC. Grayscale: #B6B6B6. Windows color (decimal): -4339645 or 4442301. OLE color: 4442301.

HSL color Cylindrical-coordinate representation of color #BDC843: hue angle of 64.96º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC843 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB18920067-
CMYK0.0600.660.22
HSL64.96º54.73%52.35%-
HSV(B)64.96º66.5%78.43%-
XYZ42.6552.5313.2-
YUV181.5563.36133.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 67 (26.56% from 255) = 14.69%
R=41.45%
G=43.86%
B=14.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200670.0600.660.2264.9654.7352.35
HexBDC843604216413734
Octal27531010360102261016764
Binary1011110111001000100001111001000010101101000001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC843; }

 p { color: rgb(189,200,67); }

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

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

 a { background-color: rgb(189,200,67); }

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

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

 span { border-color: rgb(189,200,67); }

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