#B8C745

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

Shades of Celery #B8C745

Tints of Celery #B8C745

Color information

#B8C745 (or 0xB8C745) is unknown color: approx Celery. HEX triplet: B8, C7 and 45. RGB value is (184,199,69). Sum of RGB (Red+Green+Blue) = 184+199+69=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C745 is #4738BA. Grayscale: #B4B4B4. Windows color (decimal): -4667579 or 4573112. OLE color: 4573112.

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

Color convert

RGB18419969-
CMYK0.0800.650.22
HSL66.92º53.72%52.55%-
HSV(B)66.92º65.33%78.04%-
XYZ41.2651.4713.39-
YUV179.765.53131.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 69 (27.34% from 255) = 15.27%
R=40.71%
G=44.03%
B=15.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184199690.0800.650.2266.9253.7252.55
HexB8C745804116433635
Octal270307105100101261036665
Binary10111000110001111000101100001000001101101000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C745; }

 p { color: rgb(184,199,69); }

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

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

 a { background-color: rgb(184,199,69); }

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

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

 span { border-color: rgb(184,199,69); }

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