#B9C23C

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

Shades of Celery #B9C23C

Tints of Celery #B9C23C

Color information

#B9C23C (or 0xB9C23C) is unknown color: approx Celery. HEX triplet: B9, C2 and 3C. RGB value is (185,194,60). Sum of RGB (Red+Green+Blue) = 185+194+60=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C23C is #463DC3. Grayscale: #B0B0B0. Windows color (decimal): -4603332 or 3982009. OLE color: 3982009.

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

Color convert

RGB18519460-
CMYK0.0500.690.24
HSL64.03º52.76%49.8%-
HSV(B)64.03º69.07%76.08%-
XYZ40.1149.2211.66-
YUV176.0362.52134.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=42.14%
G=44.19%
B=13.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185194600.0500.690.2464.0352.7649.8
HexB9C23C504518403532
Octal2713027450105301006562
Binary101110011100001011110010101000101110001000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C23C; }

 p { color: rgb(185,194,60); }

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

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

 a { background-color: rgb(185,194,60); }

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

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

 span { border-color: rgb(185,194,60); }

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