#BAF317

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

Shades of Inch Worm #BAF317

Tints of Inch Worm #BAF317

Color information

#BAF317 (or 0xBAF317) is unknown color: approx Inch Worm. HEX triplet: BA, F3 and 17. RGB value is (186,243,23). Sum of RGB (Red+Green+Blue) = 186+243+23=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF317 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF317 is #450CE8. Grayscale: #C9C9C9. Windows color (decimal): -4525289 or 1569722. OLE color: 1569722.

HSL color Cylindrical-coordinate representation of color #BAF317: hue angle of 75.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAF317 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB18624323-
CMYK0.2300.910.05
HSL75.55º90.16%52.16%-
HSV(B)75.55º90.53%95.29%-
XYZ52.4574.612.45-
YUV200.8827.62117.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 243 (95.31% from 255) = 53.76%
BLUE value IS 23 (9.38% from 255) = 5.09%
R=41.15%
G=53.76%
B=5.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186243230.2300.910.0575.5590.1652.16
HexBAF3171705B54c5a34
Octal27236327270133511413264
Binary101110101111001110111101110101101110110011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF317; }

 p { color: rgb(186,243,23); }

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

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

 a { background-color: rgb(186,243,23); }

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

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

 span { border-color: rgb(186,243,23); }

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