#B9C13D

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

Shades of Celery #B9C13D

Tints of Celery #B9C13D

Color information

#B9C13D (or 0xB9C13D) is unknown color: approx Celery. HEX triplet: B9, C1 and 3D. RGB value is (185,193,61). Sum of RGB (Red+Green+Blue) = 185+193+61=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C13D is #463EC2. Grayscale: #B0B0B0. Windows color (decimal): -4603587 or 4047289. OLE color: 4047289.

HSL color Cylindrical-coordinate representation of color #B9C13D: hue angle of 63.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9C13D is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB18519361-
CMYK0.0400.680.24
HSL63.64º51.97%49.8%-
HSV(B)63.64º68.39%75.69%-
XYZ39.9248.7911.73-
YUV175.5663.35134.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 193 (75.78% from 255) = 43.96%
BLUE value IS 61 (24.22% from 255) = 13.90%
R=42.14%
G=43.96%
B=13.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185193610.0400.680.2463.6451.9749.8
HexB9C13D404418403432
Octal2713017540104301006462
Binary101110011100000111110110001000100110001000000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C13D; }

 p { color: rgb(185,193,61); }

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

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

 a { background-color: rgb(185,193,61); }

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

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

 span { border-color: rgb(185,193,61); }

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