#B9C045

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

Shades of Celery #B9C045

Tints of Celery #B9C045

Color information

#B9C045 (or 0xB9C045) is unknown color: approx Celery. HEX triplet: B9, C0 and 45. RGB value is (185,192,69). Sum of RGB (Red+Green+Blue) = 185+192+69=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C045 is #463FBA. Grayscale: #B0B0B0. Windows color (decimal): -4603835 or 4571321. OLE color: 4571321.

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

Color convert

RGB18519269-
CMYK0.0400.640.25
HSL63.41º49.4%51.18%-
HSV(B)63.41º64.06%75.29%-
XYZ39.9348.4412.88-
YUV175.8967.68134.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 69 (27.34% from 255) = 15.47%
R=41.48%
G=43.05%
B=15.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185192690.0400.640.2563.4149.451.18
HexB9C0454040193f3133
Octal2713001054010031776163
Binary101110011100000010001011000100000011001111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C045; }

 p { color: rgb(185,192,69); }

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

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

 a { background-color: rgb(185,192,69); }

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

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

 span { border-color: rgb(185,192,69); }

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