#B8C03F

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

Shades of Celery #B8C03F

Tints of Celery #B8C03F

Color information

#B8C03F (or 0xB8C03F) is unknown color: approx Celery. HEX triplet: B8, C0 and 3F. RGB value is (184,192,63). Sum of RGB (Red+Green+Blue) = 184+192+63=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C03F is #473FC0. Grayscale: #AFAFAF. Windows color (decimal): -4669377 or 4178104. OLE color: 4178104.

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

Color convert

RGB18419263-
CMYK0.0400.670.25
HSL63.72º50.59%50%-
HSV(B)63.72º67.19%75.29%-
XYZ39.5148.2511.93-
YUV174.964.85134.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 63 (25% from 255) = 14.35%
R=41.91%
G=43.74%
B=14.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184192630.0400.670.2563.7250.5950
HexB8C03F404319403332
Octal2703007740103311006362
Binary101110001100000011111110001000011110011000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C03F; }

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

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

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

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

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

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

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

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