#BDCA43

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

Shades of Celery #BDCA43

Tints of Celery #BDCA43

Color information

#BDCA43 (or 0xBDCA43) is unknown color: approx Celery. HEX triplet: BD, CA and 43. RGB value is (189,202,67). Sum of RGB (Red+Green+Blue) = 189+202+67=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA43 is #4235BC. Grayscale: #B7B7B7. Windows color (decimal): -4339133 or 4442813. OLE color: 4442813.

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

Color convert

RGB18920267-
CMYK0.0600.670.21
HSL65.78º56.02%52.75%-
HSV(B)65.78º66.83%79.22%-
XYZ43.1253.4713.36-
YUV182.7262.69132.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 67 (26.56% from 255) = 14.63%
R=41.27%
G=44.10%
B=14.63%

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
Decimal189202670.0600.670.2165.7856.0252.75
HexBDCA43604315423835
Octal27531210360103251027065
Binary1011110111001010100001111001000011101011000010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA43; }

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

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

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

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

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

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

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

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