#B9BF4C

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

Shades of Celery #B9BF4C

Tints of Celery #B9BF4C

Color information

#B9BF4C (or 0xB9BF4C) is unknown color: approx Celery. HEX triplet: B9, BF and 4C. RGB value is (185,191,76). Sum of RGB (Red+Green+Blue) = 185+191+76=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF4C is #4640B3. Grayscale: #B0B0B0. Windows color (decimal): -4604084 or 5029817. OLE color: 5029817.

HSL color Cylindrical-coordinate representation of color #B9BF4C: hue angle of 63.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9BF4C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB18519176-
CMYK0.0300.600.25
HSL63.13º47.33%52.35%-
HSV(B)63.13º60.21%74.9%-
XYZ39.9448.114.02-
YUV176.171.51134.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 76 (30.08% from 255) = 16.81%
R=40.93%
G=42.26%
B=16.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191760.0300.600.2563.1347.3352.35
HexB9BF4C303C193f2f34
Octal271277114307431775764
Binary1011100110111111100110011011110011001111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF4C; }

 p { color: rgb(185,191,76); }

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

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

 a { background-color: rgb(185,191,76); }

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

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

 span { border-color: rgb(185,191,76); }

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