#B9C04A

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

Shades of Celery #B9C04A

Tints of Celery #B9C04A

Color information

#B9C04A (or 0xB9C04A) is unknown color: approx Celery. HEX triplet: B9, C0 and 4A. RGB value is (185,192,74). Sum of RGB (Red+Green+Blue) = 185+192+74=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C04A is #463FB5. Grayscale: #B0B0B0. Windows color (decimal): -4603830 or 4899001. OLE color: 4899001.

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

Color convert

RGB18519274-
CMYK0.0400.610.25
HSL63.56º48.36%52.16%-
HSV(B)63.56º61.46%75.29%-
XYZ40.0948.5113.73-
YUV176.4670.18134.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 74 (29.30% from 255) = 16.41%
R=41.02%
G=42.57%
B=16.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185192740.0400.610.2563.5648.3652.16
HexB9C04A403D19403034
Octal2713001124075311006064
Binary101110011100000010010101000111101110011000000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C04A; }

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

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

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

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

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

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

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

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