#BDC84B

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

Shades of Celery #BDC84B

Tints of Celery #BDC84B

Color information

#BDC84B (or 0xBDC84B) is unknown color: approx Celery. HEX triplet: BD, C8 and 4B. RGB value is (189,200,75). Sum of RGB (Red+Green+Blue) = 189+200+75=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC84B is #4237B4. Grayscale: #B6B6B6. Windows color (decimal): -4339637 or 4966589. OLE color: 4966589.

HSL color Cylindrical-coordinate representation of color #BDC84B: hue angle of 65.28º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC84B is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB18920075-
CMYK0.0600.620.22
HSL65.28º53.19%53.92%-
HSV(B)65.28º62.5%78.43%-
XYZ42.9152.6414.55-
YUV182.4667.36132.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 75 (29.69% from 255) = 16.16%
R=40.73%
G=43.10%
B=16.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200750.0600.620.2265.2853.1953.92
HexBDC84B603E16413536
Octal2753101136076261016566
Binary101111011100100010010111100111110101101000001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC84B; }

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

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

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

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

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

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

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

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