#B8BD4E

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

Shades of Celery #B8BD4E

Tints of Celery #B8BD4E

Color information

#B8BD4E (or 0xB8BD4E) is unknown color: approx Celery. HEX triplet: B8, BD and 4E. RGB value is (184,189,78). Sum of RGB (Red+Green+Blue) = 184+189+78=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD4E is #4742B1. Grayscale: #AFAFAF. Windows color (decimal): -4670130 or 5160376. OLE color: 5160376.

HSL color Cylindrical-coordinate representation of color #B8BD4E: hue angle of 62.7º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8BD4E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18418978-
CMYK0.0300.590.26
HSL62.7º45.68%52.35%-
HSV(B)62.7º58.73%74.12%-
XYZ39.3447.1414.23-
YUV174.8573.34134.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=40.80%
G=41.91%
B=17.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189780.0300.590.2662.745.6852.35
HexB8BD4E303B1A3f2e34
Octal270275116307332775664
Binary1011100010111101100111011011101111010111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD4E; }

 p { color: rgb(184,189,78); }

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

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

 a { background-color: rgb(184,189,78); }

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

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

 span { border-color: rgb(184,189,78); }

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