#B3C03A

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

Shades of Celery #B3C03A

Tints of Celery #B3C03A

Color information

#B3C03A (or 0xB3C03A) is unknown color: approx Celery. HEX triplet: B3, C0 and 3A. RGB value is (179,192,58). Sum of RGB (Red+Green+Blue) = 179+192+58=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C03A is #4C3FC5. Grayscale: #ADADAD. Windows color (decimal): -4997062 or 3850419. OLE color: 3850419.

HSL color Cylindrical-coordinate representation of color #B3C03A: hue angle of 65.82º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3C03A is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB17919258-
CMYK0.0700.700.25
HSL65.82º53.6%49.02%-
HSV(B)65.82º69.79%75.29%-
XYZ38.247.5911.17-
YUV172.8463.19132.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=41.72%
G=44.76%
B=13.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179192580.0700.700.2565.8253.649.02
HexB3C03A704619423631
Octal2633007270106311026661
Binary101100111100000011101011101000110110011000010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C03A; }

 p { color: rgb(179,192,58); }

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

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

 a { background-color: rgb(179,192,58); }

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

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

 span { border-color: rgb(179,192,58); }

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