#B3C03B

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

Shades of Celery #B3C03B

Tints of Celery #B3C03B

Color information

#B3C03B (or 0xB3C03B) is unknown color: approx Celery. HEX triplet: B3, C0 and 3B. RGB value is (179,192,59). Sum of RGB (Red+Green+Blue) = 179+192+59=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C03B is #4C3FC4. Grayscale: #ADADAD. Windows color (decimal): -4997061 or 3915955. OLE color: 3915955.

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

Color convert

RGB17919259-
CMYK0.0700.690.25
HSL65.86º52.99%49.22%-
HSV(B)65.86º69.27%75.29%-
XYZ38.2347.611.31-
YUV172.9563.69132.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 59 (23.44% from 255) = 13.72%
R=41.63%
G=44.65%
B=13.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179192590.0700.690.2565.8652.9949.22
HexB3C03B704519423531
Octal2633007370105311026561
Binary101100111100000011101111101000101110011000010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C03B; }

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

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

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

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

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

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

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

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