#B9C353

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

Shades of Celery #B9C353

Tints of Celery #B9C353

Color information

#B9C353 (or 0xB9C353) is unknown color: approx Celery. HEX triplet: B9, C3 and 53. RGB value is (185,195,83). Sum of RGB (Red+Green+Blue) = 185+195+83=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C353 is #463CAC. Grayscale: #B3B3B3. Windows color (decimal): -4603053 or 5489593. OLE color: 5489593.

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

Color convert

RGB18519583-
CMYK0.0500.570.24
HSL65.36º48.28%54.51%-
HSV(B)65.36º57.44%76.47%-
XYZ41.0849.9715.66-
YUV179.2473.69132.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=39.96%
G=42.12%
B=17.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185195830.0500.570.2465.3648.2854.51
HexB9C353503918413037
Octal2713031235071301016067
Binary101110011100001110100111010111001110001000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C353; }

 p { color: rgb(185,195,83); }

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

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

 a { background-color: rgb(185,195,83); }

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

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

 span { border-color: rgb(185,195,83); }

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