#BDCC47

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

Shades of Celery #BDCC47

Tints of Celery #BDCC47

Color information

#BDCC47 (or 0xBDCC47) is unknown color: approx Celery. HEX triplet: BD, CC and 47. RGB value is (189,204,71). Sum of RGB (Red+Green+Blue) = 189+204+71=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC47 is #4233B8. Grayscale: #B8B8B8. Windows color (decimal): -4338617 or 4705469. OLE color: 4705469.

HSL color Cylindrical-coordinate representation of color #BDCC47: hue angle of 66.77º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDCC47 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB18920471-
CMYK0.0700.650.2
HSL66.77º56.6%53.92%-
HSV(B)66.77º65.2%80%-
XYZ43.7254.4614.17-
YUV184.3564.03131.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 71 (28.12% from 255) = 15.30%
R=40.73%
G=43.97%
B=15.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204710.0700.650.266.7756.653.92
HexBDCC47704114433936
Octal27531410770101241037166
Binary1011110111001100100011111101000001101001000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC47; }

 p { color: rgb(189,204,71); }

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

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

 a { background-color: rgb(189,204,71); }

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

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

 span { border-color: rgb(189,204,71); }

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