#B8C04F

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

Shades of Celery #B8C04F

Tints of Celery #B8C04F

Color information

#B8C04F (or 0xB8C04F) is unknown color: approx Celery. HEX triplet: B8, C0 and 4F. RGB value is (184,192,79). Sum of RGB (Red+Green+Blue) = 184+192+79=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C04F is #473FB0. Grayscale: #B1B1B1. Windows color (decimal): -4669361 or 5226680. OLE color: 5226680.

HSL color Cylindrical-coordinate representation of color #B8C04F: hue angle of 64.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8C04F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB18419279-
CMYK0.0400.590.25
HSL64.25º47.28%53.14%-
HSV(B)64.25º58.85%75.29%-
XYZ40.0348.4514.64-
YUV176.7372.85133.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 79 (31.25% from 255) = 17.36%
R=40.44%
G=42.20%
B=17.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184192790.0400.590.2564.2547.2853.14
HexB8C04F403B19402f35
Octal2703001174073311005765
Binary101110001100000010011111000111011110011000000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C04F; }

 p { color: rgb(184,192,79); }

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

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

 a { background-color: rgb(184,192,79); }

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

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

 span { border-color: rgb(184,192,79); }

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